Interface: BarButtonText
Hierarchy
-
BarButtonBase
↳
BarButtonText
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)
title
• title: string
The title displayed on the button.
Defined in
packages/react-native-carplay/src/interfaces/BarButton.ts:22 (opens in a new tab)
type
• type: "text"
A text style bar button.
Defined in
packages/react-native-carplay/src/interfaces/BarButton.ts:18 (opens in a new tab)