Interface FeatureLayerListAttachmentsOptions

interface FeatureLayerListAttachmentsOptions {
    extraParams?: Record<string, string | number | boolean>;
    objectId: number;
    responseFormat?: "json" | "pjson";
}

Properties

extraParams?: Record<string, string | number | boolean>
objectId: number
responseFormat?: "json" | "pjson"