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