blockly > VariableMap > getAllVariableNames

VariableMap.getAllVariableNames() method

v12: use Blockly.Variables.getAllVariables.

Returns all of the variable names of all types.

Signature:

getAllVariableNames(): string[];

Returns:

string[]

All of the variable names of all types.