Preparing search index...
@universe-dg/sdk
Universe
DG
Data
AssetTypeMetaSearchStoreFacade
Interface AssetTypeMetaSearchStoreFacade
Public
interface
AssetTypeMetaSearchStoreFacade
{
selectedItem
:
undefined
|
IMetaModel
;
selectedItemKey
:
undefined
|
MetaEntityKey
;
get
asseTypeTreeNodes
()
:
TreeNodeType
<
AssetTypeNode
,
string
>
[]
;
get
metaRelationsInfo
()
:
MetaRelationInfo
[]
;
clearSelected
()
:
void
;
initialize
()
:
Promise
<
void
>
;
loadEntityTree
()
:
Promise
<
void
>
;
loadMetaRecord
(
key
:
MetaEntityKey
)
:
Promise
<
void
>
;
setSelected
(
key
:
undefined
|
MetaEntityKey
)
:
void
;
}
Hierarchy (
View Summary
)
AssetTypeMetaStoreFacade
AssetTypeMetaSearchStoreFacade
Index
Properties
selected
Item
selected
Item
Key
Accessors
asse
Type
Tree
Nodes
meta
Relations
Info
Methods
clear
Selected
initialize
load
Entity
Tree
load
Meta
Record
set
Selected
Properties
selected
Item
selectedItem
:
undefined
|
IMetaModel
selected
Item
Key
selectedItemKey
:
undefined
|
MetaEntityKey
Accessors
asse
Type
Tree
Nodes
get
asseTypeTreeNodes
()
:
TreeNodeType
<
AssetTypeNode
,
string
>
[]
Returns
TreeNodeType
<
AssetTypeNode
,
string
>
[]
meta
Relations
Info
get
metaRelationsInfo
()
:
MetaRelationInfo
[]
Returns
MetaRelationInfo
[]
Methods
clear
Selected
clearSelected
()
:
void
Returns
void
initialize
initialize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
load
Entity
Tree
loadEntityTree
()
:
Promise
<
void
>
Returns
Promise
<
void
>
load
Meta
Record
loadMetaRecord
(
key
:
MetaEntityKey
)
:
Promise
<
void
>
Parameters
key
:
MetaEntityKey
Returns
Promise
<
void
>
set
Selected
setSelected
(
key
:
undefined
|
MetaEntityKey
)
:
void
Parameters
key
:
undefined
|
MetaEntityKey
Returns
void
On This Page
Properties
selected
Item
selected
Item
Key
Accessors
asse
Type
Tree
Nodes
meta
Relations
Info
Methods
clear
Selected
initialize
load
Entity
Tree
load
Meta
Record
set
Selected
Юниверс DG SDK UI
Loading...
Public