blockly > IVariableMap > getVariablesOfType

Méthode IVariableMap.getVariablesOfType()

Renvoie la liste de toutes les variables du type donné gérées par ce mappage de variables.

Signature :

getVariablesOfType(type: string): T[];

Paramètres

Paramètre Type Description
type chaîne

Renvoie :

T[]