McTibetimWeb - v0.1.0
    Preparing search index...

    Singleton registry of all available keyboard layouts.

    Call getInstance to obtain the shared instance and then use getLayoutById to look up a layout by its identifier.

    Index

    Properties

    layouts: default[] = ...

    The complete set of layouts registered with this manager.

    Methods

    • Looks up a layout by its identifier.

      Parameters

      • layoutId: string

        The identifier of the desired layout.

      Returns default | undefined

      The matching Layout, or undefined if none is found.