Open Pioneer Trails Packages
    Preparing search index...

    Interface SelectionAvailabilityContext

    The context made available to implementations of the resolveSelectionAvailability property.

    interface SelectionAvailabilityContext {
        layers: Layer[];
        mapModel: MapModel;
    }
    Index
    layers: Layer[]

    The layers the feature editor would use for the selection interaction.

    mapModel: MapModel

    The map used by the feature editor.