blockly > Events > disable

Events.disable() 函数

停止发送事件。对此函数的每次调用都必须调用 enable。

Signature:

export declare function disable(): void;

返回

void