PROTOCOL

GenericModel

public protocol GenericModel: UIInteractionModel

A model that represents an interaction that may contain both interactable items and selection items.

Properties

formModel

var formModel: FormModel?

An instance of FormModel representing the available interaction options to the user.

selectorModel

var selectorModel: SelectorModel?

An instance of SelectorModel representing the available selection options to the user.