Interface: BarButtonImage
Hierarchy
-
BarButtonBase
↳
BarButtonImage
Table of contents
Properties
Properties
disabled
• Optional
disabled: boolean
A Boolean value that enables and disables the bar button.
Inherited from
BarButtonBase.disabled
Defined in
packages/react-native-carplay/src/interfaces/BarButton.ts:11 (opens in a new tab)
id
• id: string
Button ID
Inherited from
BarButtonBase.id
Defined in
packages/react-native-carplay/src/interfaces/BarButton.ts:7 (opens in a new tab)
image
• image: ImageSourcePropType
The image displayed on the button.
If you provide an animated image, the button displays only the first image in the animation sequence.
Defined in
packages/react-native-carplay/src/interfaces/BarButton.ts:35 (opens in a new tab)
type
• type: "image"
An image style bar button.
Defined in
packages/react-native-carplay/src/interfaces/BarButton.ts:29 (opens in a new tab)