Interface DeselectIntent

interface DeselectIntent {
    ids?: readonly FeatureSelectionTarget[];
    kind: "deselect";
    viewId?: string;
}

Hierarchy

  • IntentBase
    • DeselectIntent

Properties

Properties

ids?: readonly FeatureSelectionTarget[]

Omit ids to clear the entire selection.

kind
viewId?: string