Optionalname
name?: string
Optionalicon
icon?: IconDefinition
OptionalalternateIcon
alternateIcon?: IconDefinition
OptionalonPress
onPress?: () => void
Optionalcolor
color?: string
OptionalbackgroundColor
backgroundColor?: { default?: string }
Optionalactive
active?: boolean | (() => boolean)
OptionalcustomComponent
customComponent?:
| HTMLElement
| CustomComponent
| (() => HTMLElement | CustomComponent)
OptionaliconComponent
iconComponent?:
| HTMLElement
| CustomComponent
| (() => HTMLElement | CustomComponent)
OptionalalternateIconComponent
alternateIconComponent?:
| HTMLElement
| CustomComponent
| (() => HTMLElement | CustomComponent)
Optionaldisabled
disabled?: boolean | (() => boolean)
Optionalshow
show?: boolean | (() => boolean)
OptionalactiveColor
activeColor?: string | (() => string)
OptionalinActiveColor
inActiveColor?: string | (() => string)