Interface protos.google.apps.card.v1.DecoratedText.ISwitchControl (0.6.0)

Properties of a SwitchControl.

Package

@google-apps/chat

Properties

controlType

controlType?: (google.apps.card.v1.DecoratedText.SwitchControl.ControlType|keyof typeof google.apps.card.v1.DecoratedText.SwitchControl.ControlType|null);

SwitchControl controlType

name

name?: (string|null);

SwitchControl name

onChangeAction

onChangeAction?: (google.apps.card.v1.IAction|null);

SwitchControl onChangeAction

selected

selected?: (boolean|null);

SwitchControl selected

value

value?: (string|null);

SwitchControl value