SendToPluginEvent

public struct SendToPluginEvent : Decodable
  • The action’s unique identifier. If your plugin supports multiple actions, you should use this value to see which action was triggered.

    Declaration

    Swift

    public let action: String
  • An opaque value identifying the instance’s action.

    Declaration

    Swift

    public let context: String
  • The payload sent from the Property Inspector.

    Declaration

    Swift

    public let payload: [String : String]