Interface RuntimeFeatureStateTarget

interface RuntimeFeatureStateTarget {
    id: FeatureId;
    source: string;
    sourceLayer?: string;
}

Properties

source: string
sourceLayer?: string