blockly > IVariableMap > getVariableById

IVariableMap.getVariableById() method

Signature:

getVariableById(id: string): T | null;

Parameters

Parameter Type Description
id string

Returns:

T | null