windease API reference - v0.6.0
Playground
GitHub
Preparing search index...
index
SplitNode
Type Alias SplitNode
SplitNode
:
|
{
id
:
string
;
kind
:
"leaf"
}
|
{
a
:
SplitNode
;
b
:
SplitNode
;
direction
:
"horizontal"
|
"vertical"
;
kind
:
"split"
;
ratio
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Playground
GitHub
windease API reference - v0.6.0
Loading...