blockly > Names > setVariableMap
Names.setVariableMap() method
Set the variable map that maps from variable name to variable object.
Signature:
setVariableMap(map: VariableMap): void;
Parameters
Parameter | Type | Description |
---|---|---|
map | VariableMap | The map to track. |
Returns:
void