@ophidian/core
Preparing search index...
@ophidian/core
SettingGroup
Class SettingGroup<T>
Type Parameters
T
extends
FieldParent
Hierarchy
Setting
SettingGroup
Implements
FieldParent
Index
Constructors
constructor
Properties
container
El
details
El
parent
Methods
empty
end
field
group
open
with
Constructors
constructor
new
SettingGroup
<
T
extends
FieldParent
>
(
parent
?:
T
,
containerEl
?:
HTMLElement
,
)
:
SettingGroup
<
T
>
Type Parameters
T
extends
FieldParent
Parameters
parent
:
T
= ...
containerEl
:
HTMLElement
= parent.containerEl
Returns
SettingGroup
<
T
>
Properties
container
El
containerEl
:
HTMLElement
= parent.containerEl
Readonly
details
El
detailsEl
:
HTMLDetailsElement
Readonly
parent
parent
:
T
= ...
Methods
empty
empty
()
:
SettingGroup
<
T
>
Returns
SettingGroup
<
T
>
end
end
()
:
T
Returns
T
field
field
()
:
FieldBuilder
<
SettingGroup
<
T
>
>
Returns
FieldBuilder
<
SettingGroup
<
T
>
>
group
group
()
:
SettingGroup
<
SettingGroup
<
T
>
>
Returns
SettingGroup
<
SettingGroup
<
T
>
>
open
open
(
open
?:
boolean
)
:
SettingGroup
<
T
>
Parameters
open
:
boolean
= true
Returns
SettingGroup
<
T
>
with
with
(
...
features
:
Feature
<
SettingGroup
<
T
>
>
[]
)
:
SettingGroup
<
T
>
Parameters
...
features
:
Feature
<
SettingGroup
<
T
>
>
[]
Returns
SettingGroup
<
T
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
container
El
details
El
parent
Methods
empty
end
field
group
open
with
@ophidian/core
Loading...