An optional array of strings, ordered from most to least preferred. The variant strings should be provided as localized, displayable content. The system will select the first variant that fits the available space. If the list template does not contain any items (itemCount == 0), then the template will display an empty view with a title and subtitle to indicate that the template has no list items. If the list template is updated to contain items, the empty view will be automatically removed.
Give the template your own ID. Must be unique.
An array of bar buttons to display on the leading side of the navigation bar.
The navigation bar displays up to two buttons in the leading space. When including more than two buttons in the array, the system displays only the first two buttons.
The sections displayed in the list.
Name of system image for tab
Name of system image for tab
UITabBarSystemItem
The title displayed in the navigation bar while the list template is visible.
An array of bar buttons to display on the trailing side of the navigation bar.
The navigation bar displays up to two buttons in the trailing space. When including more than two buttons in the array, the system displays only the first two buttons.
Fired when the back button is pressed
Fired when bar button is pressed
Event
Fired after template appears
Event
Fired after template disappears
Event
Fired when list item is selected. Spinner shows by default. When the returned promise is resolved the spinner will hide.
Object with the selected index
Fired before template appears
Event
Fired before template disappears
Event
Generated using TypeDoc
An optional array of strings, ordered from most to least preferred. The variant strings should be provided as localized, displayable content. The system will select the first variant that fits the available space. If the list template does not contain any items (itemCount == 0), then the template will display an empty view with a title and subtitle to indicate that the template has no list items. If the list template is updated to contain items, the empty view will be automatically removed.