Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable i18nConst

    i18n: { searchMinimumCharacterLength: number } = ...

    Localization constants.

    Type Declaration

    • searchMinimumCharacterLength: number

      In operations involving the document index, search prefixes must have at least this many characters to avoid too large a search space. Languages that have hundreds or thousands of characters will typically have very shallow search trees, so it should be safe to lower this number in those cases.