windease API reference - v0.6.0
    Preparing search index...

    Variable splitStrategyConst

    splitStrategy: LayoutStrategy<SplitNode, string, SplitMeta> = ...

    Generalized split layout. Default behavior is the recursive case (binary tree of splits, N items). Pass recursive: false in config to enforce exactly 2 items (the old splitStrategy semantics). direction in config picks the root-split direction when initialState builds the tree.