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;
        [key: `data-${string}`]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: `data-${string}`]: unknown

      Arbitrary data attributes.

      NOTE: The component may use data properties for its own behavior. Make sure not to overwrite required attributes.

    Index

    Properties

    map?: MapModel

    The map model to use.

    sources: SelectionSource[]

    Array of selection sources available for spatial selection.

    Methods