FaasJS
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
Home
  • Guide
  • Documents
  • Templates
  • Changelog
  • Ecosystem

    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security

Documents / @faasjs/core / MountData

Type Alias: MountData

MountData = object

Data passed to plugin mount hooks.

Indexable

[key: string]: any

Properties

config

config: Config

Function configuration available during mount.

context

context: any

Initial context value used when mounting.

event

event: any

Initial event value used when mounting.