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

blockly > Events > ProcedureParameterRename

Events.ProcedureParameterRename class

Represents a parameter of a procedure being renamed.

Signature:

export declare class ProcedureParameterRename extends ProcedureParameterBase 

Extends: ProcedureParameterBase

Constructors

Constructor Modifiers Description
(constructor)(workspace, procedure, parameter, oldName) Constructs a new instance of the ProcedureParameterRename class

Properties

Property Modifiers Type Description
oldName readonly string
type string A string used to check the type of the event.

Methods

Method Modifiers Description
run(forward)
toJson() Encode the event as JSON.