PROTOCOL

InteractionValueModel

public protocol InteractionValueModel

A model that is used to represent an interactive item that contains a value String.

Properties

value

var value: String

The value's String representation.