blockly > Events > ProcedureChangeReturn > (constructor)
Events.ProcedureChangeReturn.(constructor)
Constructs a new instance of the ProcedureChangeReturn
class
Signature:
constructor(workpace: Workspace, model: IProcedureModel, oldTypes: string[] | null);
Parameters
Parameter | Type | Description |
---|---|---|
workpace | Workspace | |
model | IProcedureModel | |
oldTypes | string[] | null | The type(s) the procedure's return was set to before it changed. |