FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/func / InvokeData

Type Alias: InvokeData<TEvent, TContext, TResult>

InvokeData<TEvent, TContext, TResult> = object

Type Parameters

TEvent

TEvent = any

TContext

TContext = any

TResult

TResult = any

Indexable

[key: string]: any

Properties

callback

callback: any

config

config: Config

context

context: TContext

event

event: TEvent

handler?

optional handler: Handler<TEvent, TContext, TResult>

logger

logger: Logger

response

response: any