PropertyInspectorEvent
public struct PropertyInspectorEvent : Decodable
The basic type for decoding property inspector events.
propertyInspectorDidAppearpropertyInspectorDidDisappearsendToPluginsendToPropertyInspector
-
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
View on GitHub
PropertyInspectorEvent Structure Reference