Interface protos.google.apps.card.v1.IChip (0.22.0)

Properties of a Chip.

Package

@google-apps/chat

Properties

altText

altText?: (string|null);

Chip altText

disabled

disabled?: (boolean|null);

Chip disabled

enabled

enabled?: (boolean|null);

Chip enabled

icon

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

Chip icon

label

label?: (string|null);

Chip label

onClick

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

Chip onClick