Protected
constructorOptions to initialize the BaseClient with
The payload for the client if applicable
Private
#configThe config for the client
Private
#payloadThe payload for the client
Static
Readonly
DEFAULT_Default Config for the Client
Current config for the Client
Gets the payload
Prevents overwriting the payload
Protected
_evalRest
...args: any[]Optional
context: anyOptional
fn: ((...args: any[]) => void)Rest
...args: any[]Optional
context: anyOptional
once: booleanAdd a listener for a given event.
Rest
...args: any[]Optional
context: anyAdd a one-time listener for a given event.
Rest
...args: any[]Optional
context: anyRemove all listeners, or those of the specified event.
Optional
event: string | symbolRemove the listeners of a given event.
Optional
fn: ((...args: any[]) => void)Rest
...args: any[]Optional
context: anyOptional
once: booleanGenerated using TypeDoc
Base Client for the Client to extend