Home > DMT_EditorControl > getSplitScreenIdByTabId
DMT_EditorControl.getSplitScreenIdByTabId() method
使用标签页 ID 获取分屏 ID
签名
typescript
getSplitScreenIdByTabId(tabId: string): Promise<string | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
tabId | string | 标签页 ID |
返回值
Promise<string | undefined>
分屏 ID