Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StreamDeckHandlerBase<GlobalSettings>

This is the base class for all Stream Deck handlers

author

XeroxDev help@xeroxdev.de

copyright

2021

Type parameters

  • GlobalSettings = any

Hierarchy

Index

Constructors

Protected constructor

Accessors

connectionReady

  • get connectionReady(): boolean

documentReady

  • get documentReady(): boolean

globalSettingsReady

  • get globalSettingsReady(): boolean

info

port

  • get port(): string

registerEvent

  • get registerEvent(): string

settingsManager

uuid

  • get uuid(): string

Methods

enableDebug

  • enableDebug(): void

logMessage

  • logMessage(message: string): void

openUrl

  • openUrl(url: string): void

requestGlobalSettings

  • requestGlobalSettings(): void

requestSettings

  • requestSettings(context: string): void

send

  • send(event: string, data: any): void

Generated using TypeDoc