replugged
Preparing search index...
types
HoverBarButtonProps
Interface HoverBarButtonProps
interface
HoverBarButtonProps
{
ariaLabel
?:
string
;
buttonClassName
?:
string
;
dangerous
?:
boolean
;
disabled
?:
boolean
;
icon
:
ComponentType
<
unknown
>
;
iconProps
?:
Record
<
string
,
unknown
>
;
label
:
string
;
onTooltipHide
?:
()
=>
void
;
onTooltipShow
?:
()
=>
void
;
selected
?:
boolean
;
separator
?:
boolean
;
showNewBadge
?:
boolean
;
sparkle
?:
boolean
;
tooltipColor
?:
string
;
tooltipText
?:
string
;
}
Hierarchy
ButtonPopoverProps
HoverBarButtonProps
Index
Properties
aria
Label?
button
Class
Name?
dangerous?
disabled?
icon
icon
Props?
label
on
Tooltip
Hide?
on
Tooltip
Show?
selected?
separator?
show
New
Badge?
sparkle?
tooltip
Color?
tooltip
Text?
Properties
Optional
aria
Label
ariaLabel
?:
string
Optional
button
Class
Name
buttonClassName
?:
string
Optional
dangerous
dangerous
?:
boolean
Optional
disabled
disabled
?:
boolean
icon
icon
:
ComponentType
<
unknown
>
Optional
icon
Props
iconProps
?:
Record
<
string
,
unknown
>
label
label
:
string
Optional
on
Tooltip
Hide
onTooltipHide
?:
()
=>
void
Optional
on
Tooltip
Show
onTooltipShow
?:
()
=>
void
Optional
selected
selected
?:
boolean
Optional
separator
separator
?:
boolean
Optional
show
New
Badge
showNewBadge
?:
boolean
Optional
sparkle
sparkle
?:
boolean
Optional
tooltip
Color
tooltipColor
?:
string
Optional
tooltip
Text
tooltipText
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
aria
Label
button
Class
Name
dangerous
disabled
icon
icon
Props
label
on
Tooltip
Hide
on
Tooltip
Show
selected
separator
show
New
Badge
sparkle
tooltip
Color
tooltip
Text
replugged
Loading...