TypeScript API
Action

Interface: Action<T>

Type parameters

NameType
Textends ActionType = ActionType

Table of contents

Properties

Properties

backgroundColor

Optional backgroundColor: ColorValue

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:9 (opens in a new tab)


enabled

Optional enabled: boolean

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:11 (opens in a new tab)


icon

Optional icon: string

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:8 (opens in a new tab)


id

Optional id: string

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:6 (opens in a new tab)


title

Optional title: string

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:7 (opens in a new tab)


type

Optional type: T

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:12 (opens in a new tab)


visibility

Optional visibility: "default" | "persistent" | "primary"

Defined in

packages/react-native-carplay/src/interfaces/Action.ts:10 (opens in a new tab)