blockly > Vorgehensweise > ProcedureTuple
Typ „Procedures.ProcedureTuple“
Alte Methode zur Darstellung einer Prozedursignatur. Die Elemente sind jeweils: Name, Parameternamen und ob es einen Rückgabewert hat.
Unterschrift:
export type ProcedureTuple = [string, string[], boolean];