Open Pioneer Trails Packages
    Preparing search index...

    Properties supported by the Selection component.

    interface SelectionProps {
        map?: MapModel;
        mapId?: string;
        sources: SelectionSource[];
        onSelectionComplete(event: SelectionCompleteEvent): void;
        onSelectionSourceChanged(event: SelectionSourceChangedEvent): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    map?: MapModel

    The map model to use.

    mapId?: string

    The id of the map. The map will be looked up in the MapRegistry service.

    Use the map property instead.

    sources: SelectionSource[]

    Array of selection sources available for spatial selection.

    Methods