this.gui
Preparing search index...
useGuiParts
Function useGuiParts
useGuiParts
<
TPart
extends
string
=
string
>
(
spec
:
GuiPartsSpec
<
TPart
>
,
store
?:
SelectionStore
,
)
:
{
nodeAttrs
:
(
segment
:
string
,
component
:
string
,
)
=>
{
"data-gui-component"
:
string
;
"data-gui-node-id"
:
string
}
;
nodeId
:
(
segment
:
string
)
=>
string
;
nodePath
:
(
segment
:
string
)
=>
string
;
}
Type Parameters
TPart
extends
string
=
string
Parameters
spec
:
GuiPartsSpec
<
TPart
>
store
:
SelectionStore
= selectionStore
Returns
{
nodeAttrs
:
(
segment
:
string
,
component
:
string
,
)
=>
{
"data-gui-component"
:
string
;
"data-gui-node-id"
:
string
}
;
nodeId
:
(
segment
:
string
)
=>
string
;
nodePath
:
(
segment
:
string
)
=>
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
this.gui
Loading...