Interface protos.google.chat.v1.WidgetMarkup.IKeyValue (0.22.0)

Properties of a KeyValue.

Package

@google-apps/chat

Properties

bottomLabel

bottomLabel?: (string|null);

KeyValue bottomLabel

button

button?: (google.chat.v1.WidgetMarkup.IButton|null);

KeyValue button

content

content?: (string|null);

KeyValue content

contentMultiline

contentMultiline?: (boolean|null);

KeyValue contentMultiline

icon

icon?: (google.chat.v1.WidgetMarkup.Icon|keyof typeof google.chat.v1.WidgetMarkup.Icon|null);

KeyValue icon

iconUrl

iconUrl?: (string|null);

KeyValue iconUrl

onClick

onClick?: (google.chat.v1.WidgetMarkup.IOnClick|null);

KeyValue onClick

topLabel

topLabel?: (string|null);

KeyValue topLabel