blockly > Procedures > ProcedureTuple

Procedures.ProcedureTuple-Typ

Legacy-Methode zur Darstellung einer Prozedursignatur. Die Elemente sind jeweils: name, Parameternamen und ob ein Rückgabewert vorhanden ist.

Unterschrift:

export type ProcedureTuple = [string, string[], boolean];