Loxer - v3.0.0
    Preparing search index...

    Type Alias DefaultModuleId

    DefaultModuleId: "NONE" | "DEFAULT" | "INVALID"

    The module ids Loxer always provides itself, described at LoxerOptions.modules.

    • NONE: no .module(...) was chained - no module name and no box layout
    • DEFAULT: an empty .module() was chained - box layout with an empty module name
    • INVALID: the given module id does not exist - the visual indicator for a misspelled id

    These stay valid module ids even when the LoxerModuleRegistry is augmented, and they can be overwritten at LoxerOptions.modules.