TUI.Split¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | TUI.Element |
||
Output ➡️ |
The resulting output of the shard | TUI.Element |
||
Top |
No | The contents of the top part | none |
None TUI.Element Var(TUI.Element) |
Left |
No | The contents of the left part | none |
None TUI.Element Var(TUI.Element) |
Right |
No | The contents of the right part | none |
None TUI.Element Var(TUI.Element) |
Bottom |
No | The contents of the bottom part | none |
None TUI.Element Var(TUI.Element) |
InitialSize |
No | The initial size of the panes (left, right, top, bottom as Int4) | @i4(20 20 20 20) |
Int4 |
Surrounds the input element with multiple panes