Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 446 Bytes

FunctionDoc.md

File metadata and controls

15 lines (7 loc) · 446 Bytes

FunctionDoc

Properties

Name Type Description Notes
details String A description of the function [optional]
params Map<String, String> A description of the function parameters [optional]
returns Map<String, String> A description of the function return values. only for read functions [optional]