g3-toolkit API Reference
    Preparing search index...

    Interface ChangeDrivenLayoutOptions

    interface ChangeDrivenLayoutOptions {
        layout?: Omit<StructuralLayoutOptions, "sketch">;
        localThreshold?: number;
    }
    Index

    Properties

    layout?: Omit<StructuralLayoutOptions, "sketch">

    Options forwarded to the underlying layouts.

    localThreshold?: number

    Touched-population ceiling for local mode (default 24).