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.