Interface SourceQualifiedFeatureSelectionTarget

interface SourceQualifiedFeatureSelectionTarget {
    id: FeatureId;
    sourceId: string;
    sourceLayer?: string;
}

Properties

sourceId: string
sourceLayer?: string

Source layer for vector-tile sources or other layered source identities.