Member Junction
    Preparing search index...

    The configuration prop-sheet for the Cluster view type — honors IViewPropSheet. Lets the user pick the algorithm, cluster count, 2D/3D layout, legend coloring, record cap, and LLM naming. Emits the updated config (as the opaque host map) on every change so the host can persist it into UserView.DisplayState.viewTypeConfigs and re-render the cluster.

    Implements

    Index

    Constructors

    Properties

    The current parsed config (defaults applied) bound by the template.

    configChange: EventEmitter<Record<string, unknown>> = ...

    Emitted when the user changes the configuration.

    entity: EntityInfo = null

    The entity the configuration applies to.

    Accessors

    Methods