Blockbench Reference Docs
    Preparing search index...

    Interface SharedActionHandler

    interface SharedActionHandler {
        condition: any;
        priority?: number;
        run: (event?: Event, context?: any) => void;
        subject: string;
    }
    Index

    Properties

    condition: any
    priority?: number
    run: (event?: Event, context?: any) => void
    subject: string