LegendBoxAddOptions: {
    builder?: UIElementBuilder<LegendBoxEntry>;
    toggleVisibilityOnClick?: boolean;
}

Optional configuration options that can be supplied when adding entries to a LegendBox.

Type declaration

  • Optional builder?: UIElementBuilder<LegendBoxEntry>

    Optional builder for custom entry

  • Optional toggleVisibilityOnClick?: boolean

    Optional flag that determines whether clicking the LegendBoxEntry will dispose the Attached objects