Preparing search index...
The search index is not available
replugged
replugged
types
RepluggedAnnouncement
Interface RepluggedAnnouncement
interface
RepluggedAnnouncement
{
_dismissed
?:
boolean
;
button
?:
{
href
?:
string
;
onClick
?:
(
(
)
=>
void
)
;
text
:
string
;
}
;
color
?:
string
;
message
:
ReactNode
;
onClose
?:
(
(
)
=>
void
)
;
}
Index
Properties
_dismissed?
button?
color?
message
on
Close?
Properties
Optional
_dismissed
_dismissed
?:
boolean
Optional
button
button
?:
{
href
?:
string
;
onClick
?:
(
(
)
=>
void
)
;
text
:
string
;
}
Optional
color
color
?:
string
message
message
:
ReactNode
Optional
on
Close
on
Close
?:
(
(
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_dismissed
button
color
message
on
Close
replugged
Loading...