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

Parameter Type Description
type string

Returns:

T[]