blockly > BlockSvg > setOutput
Metodo BlockSvg.setOutput()
Imposta se questo blocco restituisce un valore.
Firma:
setOutput(newBoolean: boolean, opt_check?: string | string[] | null): void;
Parametri
Parametro | Tipo | Descrizione |
---|---|---|
newBoolean | booleano | True se è presente un output. |
opt_check | stringa | stringa[] | null | (Facoltativo) Tipo restituito o elenco dei tipi restituiti. Null o non definito se è possibile restituire qualsiasi tipo (ad es. variabile get). |
Resi:
null