Optional
name
name?: string
Optional
icon
icon?: IconDefinition
Optional
alternateIcon
alternateIcon?: IconDefinition
Optional
onPress
onPress?: (() => void)
Optional
color
color?: string
Optional
backgroundColor
backgroundColor?: {
default?: string;
}
Optional
active
active?: boolean | (() => boolean)
Optional
customComponent
customComponent?: CustomComponent | HTMLElement | (() => CustomComponent | HTMLElement)
Optional
iconComponent
iconComponent?: CustomComponent | HTMLElement | (() => CustomComponent | HTMLElement)
Optional
alternateIconComponent
alternateIconComponent?: CustomComponent | HTMLElement | (() => CustomComponent | HTMLElement)
Optional
disabled
disabled?: boolean | (() => boolean)
Optional
show
show?: boolean | (() => boolean)
Optional
activeColor
activeColor?: string | (() => string)
Optional
inActiveColor
inActiveColor?: string | (() => string)