Skip to main content

blockly > IVariableMap > getVariableById

IVariableMap.getVariableById() method

Signature:

getVariableById(id: string): T | null;

Parameters

Parameter

Type

Description

id

string

Returns:

T | null