Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SakuraApiPlugin

The interface for plugin definitions expected by SakuraApi's SakuraApiOptions.plugins.

Hierarchy

  • SakuraApiPlugin

Index

Properties

Properties

Optional options

options: any

Options passed into the plugin (see documentation for the plugin).

Optional order

order: number

If the plugin includes middleware handlers, this is the order in which they'll be included. See SakuraApi.addMiddleware

plugin

plugin: function

A SakuraApi plugin that conforms to the interface (SakuraApi, any) => SakuraApiPluginResult;

Type declaration

Generated using TypeDoc