Class: default
client/ClientBase.default
Hierarchy
- EventEmitter
↳ default
↳↳ default
Table of contents
Constructors
Properties
Methods
Constructors
constructor
+ new default(options?
: ClientOptions): default
Parameters:
Name | Type |
---|---|
options? |
ClientOptions |
Returns: default
Defined in: client/ClientBase.ts:45
Properties
debugger
• debugger: object
Type declaration:
Name | Type |
---|---|
error |
Debugger |
info |
Debugger |
warn |
Debugger |
Defined in: client/ClientBase.ts:41
options
• options: ClientOptions
Defined in: client/ClientBase.ts:40
Methods
log
▸ log(level
: info | warn | error, data
: DebugData): void
Parameters:
Name | Type |
---|---|
level |
info | warn | error |
data |
DebugData |
Returns: void
Defined in: client/ClientBase.ts:70
updateOptions
▸ updateOptions(options?
: ClientOptions): ClientOptions
Parameters:
Name | Type |
---|---|
options? |
ClientOptions |
Returns: ClientOptions
Defined in: client/ClientBase.ts:59