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

    Interface SplitOptions

    interface SplitOptions {
        gutterSize?: number;
        maxRatio?: number;
        minRatio?: number;
        recursive?: boolean;
    }
    Index

    Properties

    gutterSize?: number
    maxRatio?: number
    minRatio?: number
    recursive?: boolean

    When false, the strategy refuses anything but exactly 2 items — mirrors the old binarySplit strict-pair behavior. Default true.