Options
All
  • Public
  • Public/Protected
  • All
Menu

Classes

Interfaces

Type aliases

Variables

Functions

Type aliases

Listener

Listener<T>: function

A callback for a DynamicValue

Type parameters

  • T

Method

Method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"

HTTP method name strings

Unsubscriber

Unsubscriber: function

A function to unsubscribe from a DynamicValue

Variables

Const WSStore

WSStore: Map<string, WebSocket> = new Map()

deprecated

use TCPAction instead, because its sends the request directly from the device

Functions

Const createWidget

  • createWidget<T>(widget: T, attributes?: object, ...children: Widget[]): Widget

A function to create an instance of a Widget, intended to be used for JSX

Type parameters

Parameters

  • widget: T
  • attributes: object Optional
  • ...children: Widget[] Rest

Returns Widget

Const jsonTest

  • jsonTest<T>(constructor: T, args: ConstructorParameters<T>, exclude?: string | string []): Suite

Type parameters

  • T: object

Parameters

  • constructor: T
  • args: ConstructorParameters<T>
  • exclude: string | string [] Optional

Returns Suite

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.