Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
IGroupParent
Interface IGroupParent
interface
IGroupParent
{
color
:
string
;
name
:
string
;
parent
?:
Readonly
<
IGroupParent
>
;
subGroups
:
(
Readonly
<
IGroupParent
>
|
Readonly
<
IGroup
>
)
[]
;
}
Hierarchy (
view full
)
IGroup
IGroupParent
Index
Properties
color
name
parent?
sub
Groups
Properties
color
color
:
string
name
name
:
string
Optional
parent
parent
?:
Readonly
<
IGroupParent
>
sub
Groups
sub
Groups
:
(
Readonly
<
IGroupParent
>
|
Readonly
<
IGroup
>
)
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
color
name
parent
sub
Groups
LineUpJS - v4.11.0
Loading...