TypeScript API
Informationtemplate

Class: InformationTemplate

Hierarchy

Table of contents

Constructors

Properties

Accessors

Methods

Constructors

constructor

new InformationTemplate(config): InformationTemplate

Parameters

NameType
configTemplateConfig & InformationTemplateConfig

Returns

InformationTemplate

Inherited from

Template.constructor

Defined in

packages/react-native-carplay/src/templates/Template.ts:92 (opens in a new tab)

Properties

config

config: TemplateConfig & InformationTemplateConfig

Inherited from

Template.config

Defined in

packages/react-native-carplay/src/templates/Template.ts:92 (opens in a new tab)


id

id: string

Inherited from

Template.id

Defined in

packages/react-native-carplay/src/templates/Template.ts:86 (opens in a new tab)

Accessors

eventMap

get eventMap(): Object

Returns

Object

NameType
actionButtonPressedstring

Overrides

Template.eventMap

Defined in

packages/react-native-carplay/src/templates/InformationTemplate.ts:27 (opens in a new tab)


type

get type(): string

Returns

string

Overrides

Template.type

Defined in

packages/react-native-carplay/src/templates/InformationTemplate.ts:23 (opens in a new tab)

Methods

parseConfig

parseConfig(config): any

Parameters

NameType
configany

Returns

any

Inherited from

Template.parseConfig

Defined in

packages/react-native-carplay/src/templates/Template.ts:147 (opens in a new tab)


updateInformationTemplateActions

updateInformationTemplateActions(actions): void

Parameters

NameType
actionsInformationAction[]

Returns

void

Defined in

packages/react-native-carplay/src/templates/InformationTemplate.ts:38 (opens in a new tab)


updateInformationTemplateItems

updateInformationTemplateItems(items): void

Parameters

NameType
itemsInformationItem[]

Returns

void

Defined in

packages/react-native-carplay/src/templates/InformationTemplate.ts:33 (opens in a new tab)


updateTemplate

updateTemplate(config): void

Parameters

NameType
configP

Returns

void

Inherited from

Template.updateTemplate

Defined in

packages/react-native-carplay/src/templates/Template.ts:141 (opens in a new tab)