PROTOCOL

GenericModel

swift
public protocol GenericModel: UIInteractionModel

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

Properties

formModel

swift
var formModel: FormModel?

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

selectorModel

swift
var selectorModel: SelectorModel?

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