Type alias LegendBoxEntry<BackgroundType>

LegendBoxEntry<BackgroundType>: UICheckBox<BackgroundType>

Interface for legendbox entry.

A legendbox entry is a button that resides inside a LegendBox. A single entry is created for each component attached to a legendbox. The entry displays the name of this component, and pressing on the entry will toggle the visibility of that component.

Type Parameters