Blockbench Reference Docs
    Preparing search index...

    Interface Event

    An event which takes place in the DOM.

    MDN Reference

    interface Event {
        ctrlOrCmd: boolean;
        shiftKey?: boolean;
    }

    Hierarchy

    • __Event
      • Event
    Index

    Properties

    Properties

    ctrlOrCmd: boolean
    shiftKey?: boolean