Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 903 Bytes

faastjs.faastmoduleproxy.functionsdetail.md

File metadata and controls

22 lines (15 loc) · 903 Bytes
id title hide_title
faastjs.faastmoduleproxy.functionsdetail
FaastModuleProxy.functionsDetail property
true

faastjs > FaastModuleProxy > functionsDetail

FaastModuleProxy.functionsDetail property

Similar to FaastModule.functions except each function returns a Detail object

Signature:

functionsDetail: ProxyModuleDetail<M>;

Remarks

Advanced users of faast.js may want more information about each function invocation than simply the result of the function call. For example, the specific logUrl for each invocation, to help with detailed debugging. This interface provides a way to get this detailed information.