@cartridge-engine/keyboard-engine
    Preparing search index...

    Interface LayerKeyboardLayer

    Keyboard state for a layer that hosts elements (as opposed to a page layer).

    interface LayerKeyboardLayer {
        elementKeyboards: Map<string, ElementKeyboard>;
        layerId: string;
        pendingSequence: SequenceIdentity;
    }
    Index
    elementKeyboards: Map<string, ElementKeyboard>

    Keyboard data for every element registered on this layer.

    layerId: string

    The layer ID.

    pendingSequence: SequenceIdentity

    The layer's pending sequence — only one waiting sequence per layer is allowed.