IDP.Custom.Design.Export.getDesignJsonAsync() function
获取当前方案导出JSON数据
获取厨卫工具线的方案JSON数据
Signature:
function getDesignJsonAsync(option?: DesignExportDataParams): Promise<DesignExportDataResponse>;
Links: function getDesignJsonAsync(option?: DesignExportDataParams): Promise<DesignExportDataResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
option | (Optional) 相关参数 |
Returns:
Promise<DesignExportDataResponse>
Remarks
IDP.Custom.Design.Export.getDesignJson({roomId: '10250'}).then(res => {
log(res);
})