Interface HonuaSelectionSnapshotExperimental

Immutable snapshot of the shared selection / hover state.

interface HonuaSelectionSnapshot {
    hovered: null | SourceQualifiedFeatureSelectionTarget;
    selected: readonly SourceQualifiedFeatureSelectionTarget[];
}

Properties

Properties

The feature currently under the pointer, or null.

Source-qualified selected features, in selection order.