Hierarchy

  • Button

Constructors

Properties

ButtonType: {
    BtnA: 1;
    BtnB: 2;
    BtnC: 4;
    BtnExt: 16;
    BtnPWR: 8;
} = ButtonType

Type declaration

  • BtnA: 1
  • BtnB: 2
  • BtnC: 4
  • BtnExt: 16
  • BtnPWR: 8
ButtonTypeList: {
    [key: number]: string;
} = ButtonTypeList

Type declaration

  • [key: number]: string
onClicked: ((button: string, count: number) => void | Promise<void>) = ...

Type declaration

    • (button: string, count: number): void | Promise<void>
    • Parameters

      • button: string
      • count: number

      Returns void | Promise<void>

onDeciedClickCount: ((button: string, count: number) => void | Promise<void>) = ...

Type declaration

    • (button: string, count: number): void | Promise<void>
    • Parameters

      • button: string
      • count: number

      Returns void | Promise<void>

onDoubleClicked: ((button: string) => void | Promise<void>) = ...

Type declaration

    • (button: string): void | Promise<void>
    • Parameters

      • button: string

      Returns void | Promise<void>

onHold: ((button: string) => void | Promise<void>) = ...

Type declaration

    • (button: string): void | Promise<void>
    • Parameters

      • button: string

      Returns void | Promise<void>

onSingleClicked: ((button: string) => void | Promise<void>) = ...

Type declaration

    • (button: string): void | Promise<void>
    • Parameters

      • button: string

      Returns void | Promise<void>

opniz: any
rpcHandlers: RpcHandler[] = ...

Methods

Generated using TypeDoc