interface FeatureFilterCompatOptions {
    distance?: number;
    eventBus?: CompatEventBus;
    geometry?: null | FeatureFilterGeometryCompat;
    objectIds?: null | readonly (string | number)[];
    spatialRelationship?: FeatureFilterSpatialRelationshipCompat;
    timeExtent?: FeatureFilterTimeExtentCompat;
    units?: string;
    where?: null | string;
}

Properties

distance?: number
eventBus?: CompatEventBus
geometry?: null | FeatureFilterGeometryCompat
objectIds?: null | readonly (string | number)[]
units?: string
where?: null | string