LogoRobo.js
Framework

PluginContext

Interface: PluginContext

Plugin context available in middleware and extensions.

Properties

PropertyTypeDescription
methodsRecord<string, (...args) => unknown>Plugin methods.
namestringPlugin name.
stateRecord<string, unknown>Plugin state.

On this page