Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface to XAPI configurations.

Hierarchy

Index

Constructors

constructor

Properties

get

get: <T>(path: Path) => Promise<T>

Type declaration

    • <T>(path: Path): Promise<T>
    • Type parameters

      • T = any

      Parameters

      Returns Promise<T>

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 = 'Configuration'

set

set: (path: Path, value: string | number) => Promise<any>

Type declaration

    • (path: Path, value: string | number): Promise<any>
    • Parameters

      • path: Path
      • value: string | number

      Returns Promise<any>

Readonly xapi

xapi: XAPI

Generated using TypeDoc