Type aliases
Listener
Listener<T>: function
Type parameters
Method
Method: "GET" | "POST" | "PUT" | "DELETE" | "PATCH"
Unsubscriber
Unsubscriber: function
Variables
Const WSStore
WSStore: Map<string, WebSocket> = new Map()
Functions
Const createWidget
- createWidget<T>(widget: T, attributes?: object, ...children: Widget[]): Widget
Type parameters
Parameters
-
widget: T
-
attributes: object Optional
-
...children: Widget[] Rest
Const jsonTest
- jsonTest<T>(constructor: T, args: ConstructorParameters<T>, exclude?: string | string []): Suite
Type parameters
Parameters
-
constructor: T
-
args: ConstructorParameters<T>
-
exclude: string | string [] Optional
Returns Suite
A callback for a DynamicValue