Interface Event

Device events are typically events that occur at a singular point in time and don't last long, such as incoming button press on a UI extension, incoming call, system boot etc. Workspace integrations only support a subset of all events, see Control Hub > Workspace integrations for an updated list.

Hierarchy

  • Event

Properties

Properties

on: ((path, listener) => void)

Type declaration

    • (path, listener): void
    • Parameters

      Returns void

Generated using TypeDoc