@vcmap/core
    Preparing search index...

    Interface SelectFeatureInteraction

    interface SelectFeatureInteraction {
        selected: Feature<Geometry, { [x: string]: any }>[];
        hasFeatureId(id: string): boolean;
        setSelected(
            features: SelectableFeatureType | SelectableFeatureType[],
        ): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Properties

    selected: Feature<Geometry, { [x: string]: any }>[]