...

StyleCode Property: labelIcon

labelIcon

Specifies the icon that should appear in the label title, none if no icon should be displayed.

Applies to Type Default
assert
label
menu > entry
Text none

Examples

// Example: assert
myAssertion = false

{ labelIcon: histogram }
show assert "My Assert" a1b1 with
  myAssertion

// Example: label
{ labelIcon: histogram }
show label "My Label" a1b1

// Example: menu > entry
show menu "" a1b3 with
  "Section" { labelIcon: histogram }

User Contributed Notes
0 notes + add a note