Options
All
  • Public
  • Public/Protected
  • All
Menu

streamdeck-typescript - v3.1.4

Index

Type aliases

PossibleEventsForActionToReceive

PossibleEventsForActionToReceive: "keyDown" | "keyUp" | "willAppear" | "willDisappear" | "titleParametersDidChange" | "deviceDidConnect" | "deviceDidDisconnect" | "applicationDidLaunch" | "applicationDidTerminate" | "systemDidWakeUp" | "propertyInspectorDidAppear" | "propertyInspectorDidDisappear" | "sendToPlugin" | PossibleEventsForAllToReceive

All available events only for action to receive

PossibleEventsForActionToSend

PossibleEventsForActionToSend: "openUrl" | "logMessage" | "setTitle" | "setImage" | "showAlert" | "showOk" | "setState" | "switchToProfile" | "sendToPropertyInspector"

All possible events to send for actions

PossibleEventsForAllToReceive

PossibleEventsForAllToReceive: "didReceiveSettings" | "didReceiveGlobalSettings" | "connectionOpened" | "documentLoaded" | "globalSettingsAvailable" | "setupReady" | "connectionClosed"

All events available for PI and action to receive

PossibleEventsForAllToSend

PossibleEventsForAllToSend: "setSettings" | "getSettings" | "setGlobalSettings" | "getGlobalSettings"

All possible events for PI and action to send

PossibleEventsForPiToReceive

PossibleEventsForPiToReceive: "sendToPropertyInspector" | "registerPi" | PossibleEventsForAllToReceive

All available events only for property inspector to receive

PossibleEventsForPiToSend

PossibleEventsForPiToSend: "sendToPlugin"

All possible events to send for PI

PossibleEventsToReceive

All possible events to receive

PossibleEventsToSend

All possible events to send

Decorator Functions

SDOnActionEvent

SDOnPiEvent

Generated using TypeDoc