blockly > IVariableMap > getVariablesOfType

IVariableMap.getVariablesOfType() 方法

傳回此變數對應圖所管理的指定類型變數清單。

Signature:

getVariablesOfType(type: string): T[];

參數

參數 類型 說明
類型 字串

退貨:

T[]