Skip to main content

Home > blockly > Events > VarCreate > run

Events.VarCreate.run() method

Run a variable creation event.

Signature:

run(forward: boolean): void;

Parameters

ParameterTypeDescription
forwardbooleanTrue if run forward, false if run backward (undo).

Returns:

void