blockly > Blocca > getInputWithBlock

Metodo Block.getInputWithBlock()

Restituisce l'input che si collega al blocco specificato.

Firma:

getInputWithBlock(block: Block): Input | null;

Parametri

Parametro Tipo Descrizione
blocco Blocca Un blocco collegato a un ingresso in questo blocco.

Resi:

Ingresso | null

L'input (se presente) che si collega al blocco specificato.