Preparing search index...
The search index is not available
replugged
replugged
types
SettingsTools
Interface SettingsTools
interface
SettingsTools
{
addAfter
:
(
(
sectionName
:
string
,
sections
:
Section
|
Section
[]
)
=>
Section
[]
)
;
addSection
:
(
(
options
:
{
_id
?:
string
;
color
?:
string
;
elem
:
(
(
args
:
unknown
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
;
fromEnd
?:
boolean
;
label
?:
string
|
LabelCallback
;
name
:
string
;
pos
?:
number
;
}
)
=>
Section
)
;
removeAfter
:
(
(
sectionName
:
string
)
=>
void
)
;
removeSection
:
(
(
sectionName
:
string
)
=>
void
)
;
rpSections
:
Section
[]
;
rpSectionsAfter
:
Map
<
string
,
Section
[]
>
;
}
Index
Properties
add
After
add
Section
remove
After
remove
Section
rp
Sections
rp
Sections
After
Properties
add
After
add
After
:
(
(
sectionName
:
string
,
sections
:
Section
|
Section
[]
)
=>
Section
[]
)
add
Section
add
Section
:
(
(
options
:
{
_id
?:
string
;
color
?:
string
;
elem
:
(
(
args
:
unknown
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
;
fromEnd
?:
boolean
;
label
?:
string
|
LabelCallback
;
name
:
string
;
pos
?:
number
;
}
)
=>
Section
)
remove
After
remove
After
:
(
(
sectionName
:
string
)
=>
void
)
remove
Section
remove
Section
:
(
(
sectionName
:
string
)
=>
void
)
rp
Sections
rp
Sections
:
Section
[]
rp
Sections
After
rp
Sections
After
:
Map
<
string
,
Section
[]
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
add
After
add
Section
remove
After
remove
Section
rp
Sections
rp
Sections
After
replugged
Loading...