Preparing search index...
@universe-dg/sdk
Universe
DG
Data
StructureStoreFacade
Interface StructureStoreFacade
Public
interface
StructureStoreFacade
{
graphAreaClass
:
string
;
idPrefix
:
string
;
infoPopoverStore
:
InfoPopoverStore
;
initialId
:
string
;
getGraphData
(
withIdPrefix
:
boolean
,
withoutFiltration
:
boolean
,
)
:
{
links
:
Universe
.
DG
.
Data
.
Link
[]
;
nodes
:
Node
[]
}
;
getItemDisplayName
(
itemId
:
string
)
:
string
;
resetPanZoom
()
:
void
;
setIsLoading
(
flag
:
boolean
)
:
void
;
setShowContextMenu
(
itemId
:
undefined
|
string
)
:
void
;
}
Index
Properties
graph
Area
Class
id
Prefix
info
Popover
Store
initial
Id
Methods
get
Graph
Data
get
Item
Display
Name
reset
Pan
Zoom
set
Is
Loading
set
Show
Context
Menu
Properties
Readonly
graph
Area
Class
graphAreaClass
:
string
Readonly
id
Prefix
idPrefix
:
string
Readonly
info
Popover
Store
infoPopoverStore
:
InfoPopoverStore
Readonly
initial
Id
initialId
:
string
Methods
get
Graph
Data
getGraphData
(
withIdPrefix
:
boolean
,
withoutFiltration
:
boolean
,
)
:
{
links
:
Universe
.
DG
.
Data
.
Link
[]
;
nodes
:
Node
[]
}
Parameters
withIdPrefix
:
boolean
withoutFiltration
:
boolean
Returns
{
links
:
Universe
.
DG
.
Data
.
Link
[]
;
nodes
:
Node
[]
}
get
Item
Display
Name
getItemDisplayName
(
itemId
:
string
)
:
string
Parameters
itemId
:
string
Returns
string
reset
Pan
Zoom
resetPanZoom
()
:
void
Returns
void
set
Is
Loading
setIsLoading
(
flag
:
boolean
)
:
void
Parameters
flag
:
boolean
Returns
void
set
Show
Context
Menu
setShowContextMenu
(
itemId
:
undefined
|
string
)
:
void
Parameters
itemId
:
undefined
|
string
Returns
void
On This Page
Properties
graph
Area
Class
id
Prefix
info
Popover
Store
initial
Id
Methods
get
Graph
Data
get
Item
Display
Name
reset
Pan
Zoom
set
Is
Loading
set
Show
Context
Menu
Юниверс DG SDK UI
Loading...
Public