Interface HonuaFeatureLayerListAttachmentsRequest

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

Properties

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