Properties of a SelectionInput.
Package
@google-apps/chatProperties
externalDataSource
externalDataSource?: (google.apps.card.v1.IAction|null);SelectionInput externalDataSource
items
items?: (google.apps.card.v1.SelectionInput.ISelectionItem[]|null);SelectionInput items
label
label?: (string|null);SelectionInput label
multiSelectMaxSelectedItems
multiSelectMaxSelectedItems?: (number|null);SelectionInput multiSelectMaxSelectedItems
multiSelectMinQueryLength
multiSelectMinQueryLength?: (number|null);SelectionInput multiSelectMinQueryLength
name
name?: (string|null);SelectionInput name
onChangeAction
onChangeAction?: (google.apps.card.v1.IAction|null);SelectionInput onChangeAction
platformDataSource
platformDataSource?: (google.apps.card.v1.SelectionInput.IPlatformDataSource|null);SelectionInput platformDataSource
type
type?: (google.apps.card.v1.SelectionInput.SelectionType|keyof typeof google.apps.card.v1.SelectionInput.SelectionType|null);SelectionInput type