interface QuerySourceFeaturesOptions {
    filter?: any[];
    sourceLayer?: string;
}

Properties

filter?: any[]
sourceLayer?: string