Interface protos.google.chat.v1.WidgetMarkup.IImageButton (0.9.0)

Properties of an ImageButton.

Package

@google-apps/chat

Properties

icon

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

ImageButton icon

iconUrl

iconUrl?: (string|null);

ImageButton iconUrl

name

name?: (string|null);

ImageButton name

onClick

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

ImageButton onClick