STRUCT

SelectorActionModel

Contents

public struct SelectorActionModel: RepresentationActionModel

Model for SelectorAction, providing the information specific to selector actions.

Properties

options

public let options: [Action]

The actions which the user can choose to follow

Methods

init(from:)

public init(from decoder: Decoder) throws

Parameters

Name Description
decoder The decoder to read data from.