replugged
Preparing search index...
types
PanelNode
Interface PanelNode
interface
PanelNode
{
decoration
?:
PanelDecorationStronglyDiscouragedCustom
;
initialize
?:
()
=>
void
;
notice
?:
{
element
:
ElementType
;
stores
?:
Store
[]
}
;
useObscuredNotice
?:
()
=>
ElementType
;
usePersistentBadge
?:
()
=>
|
TrailingBeta
|
TrailingCount
|
TrailingStronglyDiscouragedCustom
;
usePredicate
?:
()
=>
boolean
;
useSearchTerms
?:
()
=>
string
[]
;
useTitle
:
(
state
?:
boolean
)
=>
string
;
}
Hierarchy (
View Summary
)
CommonNodeProps
PanelNode
Index
Properties
decoration?
initialize?
notice?
use
Obscured
Notice?
use
Persistent
Badge?
use
Predicate?
use
Search
Terms?
use
Title
Properties
Optional
decoration
decoration
?:
PanelDecorationStronglyDiscouragedCustom
Optional
initialize
initialize
?:
()
=>
void
Optional
notice
notice
?:
{
element
:
ElementType
;
stores
?:
Store
[]
}
Optional
use
Obscured
Notice
useObscuredNotice
?:
()
=>
ElementType
Optional
use
Persistent
Badge
usePersistentBadge
?:
()
=>
|
TrailingBeta
|
TrailingCount
|
TrailingStronglyDiscouragedCustom
Optional
use
Predicate
usePredicate
?:
()
=>
boolean
Optional
use
Search
Terms
useSearchTerms
?:
()
=>
string
[]
use
Title
useTitle
:
(
state
?:
boolean
)
=>
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
decoration
initialize
notice
use
Obscured
Notice
use
Persistent
Badge
use
Predicate
use
Search
Terms
use
Title
replugged
Loading...