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?: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent)
OptionaliconComponent
iconComponent?: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent)
OptionalalternateIconComponent
alternateIconComponent?: HTMLElement | CustomComponent | (() => HTMLElement | CustomComponent)
Optionalshow
show?: boolean | (() => boolean)