Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 697 Bytes

FunctionDoc.md

File metadata and controls

14 lines (8 loc) · 697 Bytes

FunctionDoc

Properties

Name Type Description Notes
details string A description of the function [optional] [default to undefined]
params { [key: string]: string; } A description of the function parameters [optional] [default to undefined]
returns { [key: string]: string; } A description of the function return values. only for read functions [optional] [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]