@argdown/core
Preparing search index...
IGroupSettings
Interface IGroupSettings
interface
IGroupSettings
{
groupDepth
?:
number
;
ignoreIsClosed
?:
boolean
;
ignoreIsGroup
?:
boolean
;
regroup
?:
ISectionConfig
[]
;
sections
?:
{
[
key
:
string
]:
{
isClosed
?:
boolean
;
isGroup
?:
boolean
}
}
;
}
Index
Properties
group
Depth?
ignore
Is
Closed?
ignore
Is
Group?
regroup?
sections?
Properties
Optional
group
Depth
groupDepth
?:
number
Optional
ignore
Is
Closed
ignoreIsClosed
?:
boolean
Optional
ignore
Is
Group
ignoreIsGroup
?:
boolean
Optional
regroup
regroup
?:
ISectionConfig
[]
Optional
sections
sections
?:
{
[
key
:
string
]:
{
isClosed
?:
boolean
;
isGroup
?:
boolean
}
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
group
Depth
ignore
Is
Closed
ignore
Is
Group
regroup
sections
@argdown/core
Loading...