...

StyleCode Property: buttonText

buttonText

Enabled only for “buttonAspect”: “custom”.

Specifies the text color of the button element.

“auto” adapts to the background’s luminosity.

Applies to Type Default
form
dashboard
dashboard > runbanner
auto, white, black auto

Examples

// Example: form
read form with
  SKU: text
  Maximum: number

{ buttonText: black }
show form "My Form" a1b1 with
  SKU
  Maximum

// Example: dashboard
@{ buttonText: black}

// Example: dashboard > runbanner
@{ buttonText: black}

User Contributed Notes
0 notes + add a note