Stay organized with collections Save and categorize content based on your preferences.

blockly > Events > ProcedureParameterDelete > (constructor)

Events.ProcedureParameterDelete.(constructor)

Constructs a new instance of the ProcedureParameterDelete class

Signature:

constructor(workspace: Workspace, procedure: IProcedureModel, parameter: IParameterModel, index: number);

Parameters

Parameter Type Description
workspace Workspace
procedure IProcedureModel
parameter IParameterModel The parameter model that was just removed from the procedure.
index number The index the parameter was at before it was removed.