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