Interface protos.google.apps.card.v1.ISelectionInput (0.6.0)

Properties of a SelectionInput.

Package

@google-apps/chat

Properties

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