Property inspector
sendToPlugin
Fired when the property inspector uses the sendToPlugin
event.
Received by: Plugin
{
event: string = "sendToPlugin",
action: string,
context: string,
payload: any
}
sendToPropertyInspector
Fired when the plugin uses the sendToPropertyInspector
event.
Received by: Property inspector
{
event: string = "sendToPropertyInspector",
action: string,
context: string,
payload: any
}
propertyInspectorDidAppear
Fired when an action is selected and its property inspector appears.
Received by: Plugin
{
event: string = "propertyInspectorDidAppear",
action: string,
context: string,
device: string
}
propertyInspectorDidDisappear
Fired when an action is deselected and its property inspector disappears.
Received by: Plugin
{
event: string = "propertyInspectorDidDisappear",
action: string,
context: string,
device: string
}