Ace API Reference
    Preparing search index...

    Variable modesByName

    modesByName: Record<string, Mode> = {}

    An object that serves as a mapping of mode names to their corresponding mode data. The keys of this object are mode names (as strings), and the values are expected to represent data associated with each mode.

    This structure can be used for quick lookups of mode information by name.