Interface SelectIntent

interface SelectIntent {
    ids: readonly FeatureSelectionTarget[];
    kind: "select";
    replace?: boolean;
    viewId?: string;
}

Hierarchy

  • IntentBase
    • SelectIntent

Properties

ids: readonly FeatureSelectionTarget[]
kind
replace?: boolean

When true, replaces the selection. Default = additive.

viewId?: string