frontend
Preparing search index...
components/common/SettingsPanel
SettingsGroup
Interface SettingsGroup
A group of related settings items with optional title.
interface
SettingsGroup
{
id
?:
string
;
items
:
SettingsItem
[]
;
title
?:
string
;
}
Index
Properties
id?
items
title?
Properties
Optional
id
id
?:
string
items
items
:
SettingsItem
[]
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
items
title
frontend
Loading...
A group of related settings items with optional title.