跳到主要内容

IDesignExportDataParams 接口

interface IDesignExportDataParams 

获取方案JSON数据入参

属性

levelId

levelId?: string;

楼层Id 默认当前所在楼层

modelIds

modelIds?: string | string[];

模型id

roomId

roomId?: string;

房间id 默认当前选中的房间

templateId

templateId?: string;

模板id

timeout

timeout?: number;

超时时间,单位(s) 默认最大超时时间(10min)

toolType

toolType?: EToolType;

工具线 默认当前所在工具线

类型: EToolType