IDP.Custom.Design.Export.getDesignJsonUrlAsync() 函数
function getDesignJsonUrlAsync(option?: DesignExportDataParams): Promise<DesignExportDataResponse<{
url: string;
}>>;
获取当前方案导出JSON数据下载URL地址
参数:
option: DesignExportDataParams
返回值: Promise<DesignExportDataResponse<{ url: string; }>>