CLASS

FormAction

Contents

swift
public final class FormAction: Action

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

Properties

model

swift
public let model: FormActionModel

The action model.

properties

swift
public let properties: Properties?

The action properties.

Methods

init(from:)

swift
public required init(from decoder: Decoder) throws

encode(to:)

swift
override public func encode(to encoder: Encoder) throws