Preparing search index...
The search index is not available
@infrasoftbe/infrasoft-project
@infrasoftbe/infrasoft-project
_metaContainer
Class _metaContainer<Type>
The MetaContainer class represents a container with an ID, token, and metadata.
Type Parameters
Type
extends
NodeType
=
NodeType
Implements
IMetaContainer
<
Type
>
Index
Constructors
constructor
Properties
create_
dt
id
meta
token
update_
dt
Accessors
json
Ready
Constructors
constructor
new
_metaContainer
<
Type
extends
NodeType
=
NodeType
>
(
meta
:
IMetaContainer
<
Type
>
,
project
?:
ProxyNodeExtended
,
)
:
_metaContainer
<
Type
>
Type Parameters
Type
extends
NodeType
=
NodeType
Parameters
meta
:
IMetaContainer
<
Type
>
Optional
project
:
ProxyNodeExtended
Returns
_metaContainer
<
Type
>
Properties
create_
dt
create_dt
:
number
= ...
id
id
:
string
meta
meta
:
MetadataConstructorMap
[
Type
]
token
token
:
string
update_
dt
update_dt
:
number
= ...
Accessors
json
Ready
get
jsonReady
()
:
this
&
{
meta
:
|
MetadataConstructorMap
[
Type
]
|
{
description
:
string
;
external
:
ExternalDigitalPlatform
;
path
:
string
[]
;
ref_extern
:
string
;
status
:
string
;
}
;
}
Returns
this
&
{
meta
:
|
MetadataConstructorMap
[
Type
]
|
{
description
:
string
;
external
:
ExternalDigitalPlatform
;
path
:
string
[]
;
ref_extern
:
string
;
status
:
string
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
create_
dt
id
meta
token
update_
dt
Accessors
json
Ready
@infrasoftbe/infrasoft-project
Loading...
The MetaContainer class represents a container with an ID, token, and metadata.