blockly > Procedures > ProcedureTuple
Procedures.ProcedureTuple type
Legacy means of representing a procedure signature. The elements are respectively: name, parameter names, and whether it has a return value.
Signature:
export type ProcedureTuple = [string, string[], boolean];
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["`ProcedureTuple` is an outdated way to define the structure of a procedure in Blockly."],["It consists of the procedure's name, a list of its parameter names, and a boolean indicating if it returns a value."]]],[]]