Navigation :
StyleCode Property: iconPosition
iconPosition
Specifies the position of the icon relative to the label.
Examples
// Example: assert
myAssertion = false
{ iconPosition: right }
show assert "My Assert" a1b1 with
myAssertion
// Example: label
{ iconPosition: right }
show label "My Label" a1b1
// Example: menu > entry
show menu "" a1b3 with
"Section" { iconPosition: right }