Class: InformationTemplate
Hierarchy
-
Template
<InformationTemplateConfig
>↳
InformationTemplate
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new InformationTemplate(config
): InformationTemplate
Parameters
Name | Type |
---|---|
config | TemplateConfig & InformationTemplateConfig |
Returns
Inherited from
Defined in
packages/react-native-carplay/src/templates/Template.ts:92 (opens in a new tab)
Properties
config
• config: TemplateConfig
& InformationTemplateConfig
Inherited from
Defined in
packages/react-native-carplay/src/templates/Template.ts:92 (opens in a new tab)
id
• id: string
Inherited from
Defined in
packages/react-native-carplay/src/templates/Template.ts:86 (opens in a new tab)
Accessors
eventMap
• get
eventMap(): Object
Returns
Object
Name | Type |
---|---|
actionButtonPressed | string |
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
Name | Type |
---|---|
config | any |
Returns
any
Inherited from
Defined in
packages/react-native-carplay/src/templates/Template.ts:147 (opens in a new tab)
updateInformationTemplateActions
▸ updateInformationTemplateActions(actions
): void
Parameters
Name | Type |
---|---|
actions | InformationAction [] |
Returns
void
Defined in
packages/react-native-carplay/src/templates/InformationTemplate.ts:38 (opens in a new tab)
updateInformationTemplateItems
▸ updateInformationTemplateItems(items
): void
Parameters
Name | Type |
---|---|
items | InformationItem [] |
Returns
void
Defined in
packages/react-native-carplay/src/templates/InformationTemplate.ts:33 (opens in a new tab)
updateTemplate
▸ updateTemplate(config
): void
Parameters
Name | Type |
---|---|
config | P |
Returns
void
Inherited from
Defined in
packages/react-native-carplay/src/templates/Template.ts:141 (opens in a new tab)