Preparing search index...
The search index is not available
XYO Platform SDK - v3.6.9
XYO Platform SDK
@xyo-network/manifest-model
NodeManifest
Interface NodeManifest
interface
NodeManifest
{
config
:
ConfigManifest
;
description
?:
string
;
lazyStart
?:
boolean
;
modules
?:
{
private
?:
(
string
|
ModuleManifest
)
[]
;
public
?:
(
string
|
ModuleManifest
)
[]
;
}
;
status
?:
{
address
:
Lowercase
<
string
>
;
children
?:
Record
<
Lowercase
<
string
>
,
null
|
string
>
;
}
;
}
Hierarchy (
View Summary
)
ModuleManifest
NodeManifest
NodeManifestPayload
Index
Properties
config
description?
lazy
Start?
modules?
status?
Properties
config
config
:
ConfigManifest
Optional
description
description
?:
string
Optional
lazy
Start
lazyStart
?:
boolean
Optional
modules
modules
?:
{
private
?:
(
string
|
ModuleManifest
)
[]
;
public
?:
(
string
|
ModuleManifest
)
[]
;
}
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
status
XYO Platform SDK - v3.6.9
Loading...