Skip to main content

Home > blockly > VariableMap > getAllVariableNames

VariableMap.getAllVariableNames() method

Warning: This API is now obsolete.

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.