items property

List<GoogleAppsCardV1SelectionItem>? items
getter/setter pair

An array of selectable items.

For example, an array of radio buttons or checkboxes. Supports up to 100 items.

Implementation

core.List<GoogleAppsCardV1SelectionItem>? items;