CLASS

FormAction

Contents

public final class FormAction: Action

Form actions instruct a client to display a form that a user can interact with.

Properties

model

public let model: FormActionModel

The action model.

properties

public let properties: Properties?

The action properties.

Methods

init(from:)

public required init(from decoder: Decoder) throws

encode(to:)

override public func encode(to encoder: Encoder) throws