Interface protos.google.apps.card.v1.IButton (0.4.0)

Properties of a Button.

Package

@google-apps/chat

Properties

altText

altText?: (string|null);

Button altText

color

color?: (google.type.IColor|null);

Button color

disabled

disabled?: (boolean|null);

Button disabled

icon

icon?: (google.apps.card.v1.IIcon|null);

Button icon

onClick

onClick?: (google.apps.card.v1.IOnClick|null);

Button onClick

text

text?: (string|null);

Button text