Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginContext

description

Plugin context object passed to plugin execution

Hierarchy

  • PluginContext

Index

Properties

data?: Record<string, any>
description

An object that contains data to share between plugins

request: RequestInfo
requestOptions?: Options
description

Interpolated request options

response?: Response
description

Only available in plugins with that run after the request

Generated using TypeDoc