blockly > IVariableModel

Interfejs IVariableModel

Podpis:

export interface IVariableModel<T extends IVariableState> 

Metody

Metoda Opis
getId()
getName()
getType() Zwraca typ zmiennej, np. „int” lub „string”. Nie musi być unikalny. Domyślnie jest to „'”, co jest konkretnym typem.
getWorkspace()
save()
setName(name)
setType(type)