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