Open Pioneer Trails Packages
    Preparing search index...

    Properties supported by the Selection component.

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

    Hierarchy (View Summary)

    Index

    Properties

    map?: MapModel

    The map model to use.

    sources: SelectionSource[]

    Array of selection sources available for spatial selection.

    Methods