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