clik-engine API
    Preparing search index...

    Interface PathBrancherConfig

    interface PathBrancherConfig {
        branchChance?: number;
        branches?: BranchDef[];
        maxBranches?: number;
    }
    Index

    Properties

    branchChance?: number

    Chance of creating a branch at each valid point (0-1)

    branches?: BranchDef[]

    Branch definitions by type

    maxBranches?: number

    Max branches per level