Home > LIB_Footprint > openInEditor
LIB_Footprint.openInEditor() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
在编辑器打开文档
签名
typescript
openInEditor(footprintUuid: string, libraryUuid: string, splitScreenId?: string): Promise<string | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
footprintUuid | string | 封装 UUID |
libraryUuid | string | 库 UUID,可以使用 LIB_LibrariesList 内的接口获取 |
splitScreenId | string | (Optional) 分屏 ID,不填写则默认在最后输入焦点的分屏内打开,可以使用 DMT_EditorControl 内的接口获取 |
返回值
Promise<string | undefined>
标签页 ID,对应 IDMT_EditorTabItem.tabId,可使用 DMT_EditorControl.getSplitScreenIdByTabId() 获取到分屏 ID