PROTOCOL
GenericOperationModel
public protocol GenericOperationModel: UIOperationModel where InteractionModelType == FormModel,
ErrorInteractionModelType == UIInteractionModel
A generic operation may contain a URL
or an interactionModel
or an errorInteractionModel
. It provides an actionModel
that needs to be handled on the application.
Properties
actionModel
var actionModel: GenericClientOperationActionModel
An action model that needs to be handled on the application.