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

Properties of a DecoratedText.

Package

@google-apps/chat

Properties

bottomLabel

bottomLabel?: (string|null);

DecoratedText bottomLabel

bottomLabelText

bottomLabelText?: (google.apps.card.v1.ITextParagraph|null);

DecoratedText bottomLabelText

button

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

DecoratedText button

contentText

contentText?: (google.apps.card.v1.ITextParagraph|null);

DecoratedText contentText

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

startIconVerticalAlignment

startIconVerticalAlignment?: (google.apps.card.v1.Widget.VerticalAlignment|keyof typeof google.apps.card.v1.Widget.VerticalAlignment|null);

DecoratedText startIconVerticalAlignment

switchControl

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

DecoratedText switchControl

text

text?: (string|null);

DecoratedText text

topLabel

topLabel?: (string|null);

DecoratedText topLabel

topLabelText

topLabelText?: (google.apps.card.v1.ITextParagraph|null);

DecoratedText topLabelText

wrapText

wrapText?: (boolean|null);

DecoratedText wrapText