Navigation :
StyleCode Property: buttonText
buttonText
Enabled only for “buttonAspect”: “custom”.
Specifies the text color of the button element.
“auto” adapts to the background’s luminosity.
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}