dacha
    Preparing search index...

    Interface InterpolationConfig

    interface InterpolationConfig {
        disabled?: boolean;
        mode?: InterpolationMode;
        snapThreshold?: number;
    }
    Index
    disabled?: boolean
    snapThreshold?: number