• API Docs
  • Handler
  • Types
  • Controller

Controller

Represents the controller object

PropertyTypeValueDescription
next(...args: unknown[]) => Ok<void>N/AContinues plugin execution, runs the next plugin.
stop(...args: unknown[]) => Err<void>N/AStops plugin execution, doesn't run the next plugin.