blockly > Events > VarTypeChange
Events.VarTypeChange class
Notifies listeners that a variable's type has changed.
Signature:
export declare class VarTypeChange extends VarBase
Extends: VarBase
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) | ||
string | undefined | (Optional) | ||
EventType |
Methods
Method | Modifiers | Description |
|---|---|---|
Run a variable type change event. | ||
Encode the event as JSON. |