Action

public protocol Action : Decodable, Encodable

Undocumented

  • type Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    static var type: String { get }
  • Undocumented

    Declaration

    Swift

    func perform(on model: Model)