PropertyInspectorEvent

public struct PropertyInspectorEvent : Decodable

The basic type for decoding property inspector events.

  • propertyInspectorDidAppear
  • propertyInspectorDidDisappear
  • sendToPlugin
  • sendToPropertyInspector
  • 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
  • An opaque value identifying the device.

    Declaration

    Swift

    public let device: String