TypeScript API
Listsection

Interface: ListSection

A section of list items that appear in a list template.

Table of contents

Properties

Properties

header

Optional header: string

The section header text.

Defined in

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


items

items: ListItem[]

The list of items for the section.

Defined in

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


sectionIndexTitle

Optional sectionIndexTitle: string

The section index title.

The system displays only the first character of the section index title.

Defined in

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