Preparing search index...
@universe-dg/sdk
Universe
Platform
Upath
IUPathMetaStore
Interface IUPathMetaStore<M, A>
Public
interface
IUPathMetaStore
<
M
extends
IUPathMeta
=
IUPathMeta
,
A
extends
IUPathAttribute
=
IUPathAttribute
,
>
{
getAllMetaAttributes
()
:
Map
<
string
,
A
>
;
getMetaAttribute
(
path
:
string
)
:
null
|
A
;
getMetaEntity
()
:
M
;
}
Type Parameters
M
extends
IUPathMeta
=
IUPathMeta
A
extends
IUPathAttribute
=
IUPathAttribute
Implemented by
UPathMetaStore
Index
Methods
get
All
Meta
Attributes
get
Meta
Attribute
get
Meta
Entity
Methods
get
All
Meta
Attributes
getAllMetaAttributes
()
:
Map
<
string
,
A
>
Returns
Map
<
string
,
A
>
get
Meta
Attribute
getMetaAttribute
(
path
:
string
)
:
null
|
A
Parameters
path
:
string
Returns
null
|
A
get
Meta
Entity
getMetaEntity
()
:
M
Returns
M
On This Page
Methods
get
All
Meta
Attributes
get
Meta
Attribute
get
Meta
Entity
Юниверс DG SDK UI
Loading...
Public