weasel API - v0.8.0
Preparing search index...
ToolPrefGroup
Interface ToolPrefGroup
Nestable group: branch nodes a tool can use to organize its prefs.
interface
ToolPrefGroup
{
children
:
Record
<
string
,
ToolPrefLeaf
|
ToolPrefGroup
>
;
description
?:
string
;
name
:
string
;
}
Index
Properties
children
description?
name
Properties
children
children
:
Record
<
string
,
ToolPrefLeaf
|
ToolPrefGroup
>
Optional
description
description
?:
string
name
name
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
description
name
weasel API - v0.8.0
Loading...
Nestable group: branch nodes a tool can use to organize its prefs.