blockly > ComponentManager > getComponent
Metodo ComponentManager.getComponent()
Recupera il componente con l'ID specificato.
Firma:
getComponent(id: string): IComponent | undefined;
Parametri
Parametro | Tipo | Descrizione |
---|---|---|
id | stringa | L'ID del componente da ottenere. |
Resi:
IComponent | non definito
Il componente con il nome specificato o non definito se non trovato.