Interface protos.google.apps.card.v1.IDecoratedText (0.13.0)

Properties of a DecoratedText.

Package

@google-apps/chat

Properties

bottomLabel

bottomLabel?: (string|null);

DecoratedText bottomLabel

button

button?: (google.apps.card.v1.IButton|null);

DecoratedText button

endIcon

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

DecoratedText endIcon

icon

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

DecoratedText icon

onClick

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

DecoratedText onClick

startIcon

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

DecoratedText startIcon

switchControl

switchControl?: (google.apps.card.v1.DecoratedText.ISwitchControl|null);

DecoratedText switchControl

text

text?: (string|null);

DecoratedText text

topLabel

topLabel?: (string|null);

DecoratedText topLabel

wrapText

wrapText?: (boolean|null);

DecoratedText wrapText