Skip to main content

Home > blockly > IVariableMap > getVariablesOfType

IVariableMap.getVariablesOfType() method

Returns a list of all of the variables of the given type managed by this variable map.

Signature:

getVariablesOfType(type: string): T[];

Parameters

ParameterTypeDescription
typestring

Returns:

T[]