NamespacesEventsblockly.events.disableOn this pageHome > blockly > Events > disable Events.disable() function Stop sending events. Every call to this function MUST also call enable. Signature: export declare function disable(): void; Returns: void