Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to XAPI events.

Hierarchy

Index

Constructors

constructor

Properties

normalizePath

normalizePath: (path: Path) => (string | number)[]

Type declaration

    • (path: Path): (string | number)[]
    • Parameters

      Returns (string | number)[]

off

off: () => void

Type declaration

    • (): void
    • Returns void

on

on: <T>(path: Path, listener: Listener<T>) => Registration

Type declaration

once

once: <T>(path: Path, listener: Listener<T>) => Registration

Type declaration

prefix

prefix: string = 'Event'

Readonly xapi

xapi: XAPI

Generated using TypeDoc