Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/manifest-model
NodeManifestPayload
Interface NodeManifestPayload
interface
NodeManifestPayload
{
config
:
ConfigManifest
;
description
?:
string
;
lazyStart
?:
boolean
;
modules
?:
{
private
?:
(
string
|
ModuleManifest
)
[]
;
public
?:
(
string
|
ModuleManifest
)
[]
;
}
;
schema
:
"network.xyo.node.manifest"
;
status
?:
{
address
:
Lowercase
<
string
>
;
children
?:
Record
<
Lowercase
<
string
>
,
null
|
string
>
;
}
;
}
Hierarchy (
View Summary
)
NodeManifest
NodeManifestPayload
Index
Properties
config
description?
lazy
Start?
modules?
schema
status?
Properties
config
config
:
ConfigManifest
Optional
description
description
?:
string
Optional
lazy
Start
lazyStart
?:
boolean
Optional
modules
modules
?:
{
private
?:
(
string
|
ModuleManifest
)
[]
;
public
?:
(
string
|
ModuleManifest
)
[]
;
}
schema
schema
:
"network.xyo.node.manifest"
Optional
status
status
?:
{
address
:
Lowercase
<
string
>
;
children
?:
Record
<
Lowercase
<
string
>
,
null
|
string
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
description
lazy
Start
modules
schema
status
XYO Platform SDK - v3.6.9
Loading...