Events.VarRename class
Notifies listeners that a variable model was renamed.
Signature:
export declare class VarRename extends VarBase
Extends: VarBase
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) The new name of the variable. | ||
string | (Optional) The previous name of the variable. | ||
EventType |
Methods
Method | Modifiers | Description |
|---|---|---|
Run a variable rename event. | ||
Encode the event as JSON. |