@minecraft/server-editor
    Preparing search index...

    Enumeration KeyProcessingStateBeta

    Determines how key binding should be processed to fire actions

    Index

    Enumeration Members

    Enumeration Members

    Consume: 0

    Consume key input event and prevent propagation

    Disabled: 2

    Skip key input event processing

    Passthrough: 1

    Pass key input event to parent context after processing it