blockly > IVariableMap > getVariablesOfType

IVariableMap.getVariablesOfType() 方法

返回由此变量映射管理的给定类型的所有变量的列表。

Signature:

getVariablesOfType(type: string): T[];

参数

参数 类型 说明
type 字符串

返回

T[]