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

    Type Alias ValueSchema

    ValueSchema: Record<string, ValueGuard>

    Maps flag names to ValueGuard functions.

    When provided to CompositionEngine, each execute callback's input and output values are validated against the guards declared for the corresponding flags. Validation failures clear the pending chain and emit a console.warn in development.