Navigation :
StyleCode Property: labelIcon
labelIcon
Specifies the icon that should appear in the label title, none if no icon should be displayed.
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" }