Home > blockly > Procedures > IProcedureModel > getReturnTypes
Procedures.IProcedureModel.getReturnTypes() method
Returns the return type(s) of the procedure.
Null represents a procedure that does not return a value.
Signature:
getReturnTypes(): string[] | null;
Returns:
string[] | null