PROTOCOL

InteractionItemModel

swift
public protocol InteractionItemModel: CustomDebugStringConvertible, CustomStringConvertible

A model that is used to represent an interactive item.

Properties

key

swift
var key: String

A String that identities the interaction item.

label

swift
var label: String

A label for the interaction item.