@mathjax/src
    Preparing search index...

    Variable KeyValueTypesConst

    KeyValueTypes: { [name: string]: KeyValueType } = ...

    Predefined value types that can be used to create the list of allowed types. E.g.

    const allowed = { compact: KeyValueTypes.boolean, direction: KeyValueDef.oneof('up', 'down'), 'open-brace': KeyValueTypes.string };

    ParseUtil.keyvalOptions(options, allowed, true);

    Type declaration

    • [name: string]: KeyValueType