blockly > Events > VarCreate > (constructor)
Events.VarCreate.(constructor)
Constructs a new instance of the VarCreate
class
Signature:
constructor(opt_variable?: VariableModel);
Parameters
Parameter | Type | Description |
---|---|---|
opt_variable | VariableModel | (Optional) The created variable. Undefined for a blank event. |