Interface FeatureTarget

Identifies a feature within a source for state operations.

interface FeatureTarget {
    id: string | number;
    source: string;
    sourceLayer?: string;
}

Properties

id: string | number
source: string
sourceLayer?: string