route handlers that run after this route for an @Route Method
route handlers that run after all routes for an @Routable Class
The array of authenticators to apply to the route's middleware
route handlers that run before this route for an @Route Method
route handlers that run before all routes for an @Routable Class
the function that handles the route in Express.use
Array of HTTP verbs supported by this route (e.g., GET, PUT, POST, DELETE)
the classes's method name that handles the route (the name of f)
the name of the constructor that added this route,
the class's baseUrl (if any) + the route's path
reference to the @Routable class that's handling this route
Generated using TypeDoc
Internal to SakuraApi's Routable. This can change without notice since it's not an official part of the API.