Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 873 Bytes

faastjs.faastmodule.functionsdetail.md

File metadata and controls

22 lines (15 loc) · 873 Bytes
id title hide_title
faastjs.faastmodule.functionsdetail
FaastModule.functionsDetail property
true

faastjs > FaastModule > functionsDetail

FaastModule.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.