Home > IDMT_EditorSplitScreenItem
IDMT_EditorSplitScreenItem interface
Editor split screen property
Signature
typescript
interface IDMT_EditorSplitScreenItem1
Remarks
tabs and children do not exist at the same time. When tabs exists, it means there is no split screen, and children will be undefined
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Array<IDMT_EditorSplitScreenItem> | (Optional) Child split screens | ||
(Optional) Split screen direction | |||
string | (Optional) Parent split screen ID | ||
string | Split screen ID | ||
Array<IDMT_EditorTabItem> | (Optional) Split screen in tab |