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

    Type Alias MutableRef<T>

    A mutable reference used to share engine state with pipeline stages.

    type MutableRef<T> = {
        current: T;
    }

    Type Parameters

    • T
    Index
    current: T

    The wrapped value, mutable by any holder of the reference.