Interface FeatureLayerQueryAttachmentsOptions

interface FeatureLayerQueryAttachmentsOptions {
    extraParams?: Record<string, string | number | boolean>;
    method?: QueryMethod;
    objectIds?: string | number[];
    responseFormat?: "json" | "pjson";
    where?: string;
}

Properties

extraParams?: Record<string, string | number | boolean>
method?: QueryMethod
objectIds?: string | number[]
responseFormat?: "json" | "pjson"
where?: string