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

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

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

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

User Contributed Notes
0 notes + add a note