jax-js
    Preparing search index...

    Interface WeightMapperParams

    Parameters for weight mapping object.

    interface WeightMapperParams {
        autoCamelCase: boolean;
        exact: Record<string, string>;
        prefix: Record<string, string>;
        substring: Record<string, string>;
        suffix: Record<string, string>;
    }

    Properties

    autoCamelCase: boolean
    exact: Record<string, string>
    prefix: Record<string, string>
    substring: Record<string, string>
    suffix: Record<string, string>