hoshimi
Preparing search index...
ClientData
Interface ClientData
The client data for the manager.
interface
ClientData
{
id
:
string
;
username
?:
string
;
[
key
:
string
]:
unknown
;
[
key
:
number
]:
unknown
;
[
key
:
symbol
]:
unknown
;
}
Hierarchy
Record
<
string
|
number
|
symbol
,
unknown
>
ClientData
Indexable
[
key
:
string
]:
unknown
[
key
:
number
]:
unknown
[
key
:
symbol
]:
unknown
Index
Properties
id
username?
Properties
id
id
:
string
The id of the client.
Optional
username
username
?:
string
The username of the client.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
username
hoshimi
Loading...
The client data for the manager.