Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BlueDot

Index

Constructors

Properties

Methods

Constructors

  • new BlueDot(controller: BlueDotController): BlueDot
  • Parameters

    • controller: BlueDotController

    Returns BlueDot

Properties

off: (<EVENT_NAME>(eventName: EVENT_NAME, fn: ((payload: E_BLUEDOT_EVENT_PAYLOAD[EVENT_NAME]) => void)) => void) = ...

Type declaration

on: (<EVENT_NAME>(eventName: EVENT_NAME, fn: ((payload: E_BLUEDOT_EVENT_PAYLOAD[EVENT_NAME] extends { data: null } ? any[any]["data"] : E_BLUEDOT_EVENT_PAYLOAD[EVENT_NAME]) => void)) => void) = ...

Type declaration

Methods

  • disable(): void
  • Disables Blue Dot and stops emitting events.

    Returns void