Preparing search index...
The search index is not available
replugged
replugged
types
Section
Interface Section
interface
Section
{
__$$label
?:
LabelCallback
;
_id
?:
string
;
color
?:
string
;
element
?:
(
(
args
:
unknown
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
;
fromEnd
?:
boolean
;
label
?:
string
|
LabelCallback
;
pos
:
number
;
section
:
string
;
}
Index
Properties
__$$label?
_id?
color?
element?
from
End?
label?
pos
section
Properties
Optional
__$$label
__$$label
?:
LabelCallback
Optional
_id
_id
?:
string
Optional
color
color
?:
string
Optional
element
element
?:
(
(
args
:
unknown
)
=>
ReactElement
<
any
,
string
|
JSXElementConstructor
<
any
>
>
)
Optional
from
End
from
End
?:
boolean
Optional
label
label
?:
string
|
LabelCallback
pos
pos
:
number
section
section
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
__$$label
_id
color
element
from
End
label
pos
section
replugged
Loading...