startIconVerticalAlignment property

String? startIconVerticalAlignment
getter/setter pair

Vertical alignment of the start icon.

If not set, the icon will be vertically centered. Google Chat apps:

Optional. Possible string values are:

  • "VERTICAL_ALIGNMENT_UNSPECIFIED" : Unspecified type. Do not use.
  • "TOP" : Alignment to the top position.
  • "MIDDLE" : Alignment to the middle position.
  • "BOTTOM" : Alignment to the bottom position.

Implementation

core.String? startIconVerticalAlignment;