hoshimi
Preparing search index...
NodeJson
Interface NodeJson
The interface of the node json object.
interface
NodeJson
{
id
:
string
;
options
:
NodeOptions
;
sessionId
:
string
|
null
;
}
Index
Properties
id
options
session
Id
Properties
id
id
:
string
The node id.
options
options
:
NodeOptions
The node options.
session
Id
sessionId
:
string
|
null
The node session id.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
options
session
Id
hoshimi
Loading...
The interface of the node json object.