this.gui
Preparing search index...
GuiPartsSpec
Type Alias GuiPartsSpec<TPart, TRootProps>
type
GuiPartsSpec
<
TPart
extends
string
=
string
,
TRootProps
extends
GuiNodeProps
=
GuiNodeProps
,
>
=
{
parts
?:
GuiPartSpec
<
TPart
,
GuiNodeProps
>
[]
;
root
:
{
id
:
string
;
props
?:
TRootProps
;
provenance
?:
GuiNodeProvenance
;
type
:
string
;
}
;
}
Type Parameters
TPart
extends
string
=
string
TRootProps
extends
GuiNodeProps
=
GuiNodeProps
Index
Properties
parts?
root
Properties
Optional
parts
parts
?:
GuiPartSpec
<
TPart
,
GuiNodeProps
>
[]
root
root
:
{
id
:
string
;
props
?:
TRootProps
;
provenance
?:
GuiNodeProvenance
;
type
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
parts
root
this.gui
Loading...