Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur_lite/mod.ts>ControllerMetadataArgs

Lightweight version of Alosaur. Specially designed to work with deno deploy.
Latest
interface ControllerMetadataArgs
Re-export
import { type ControllerMetadataArgs } from "https://deno.land/x/alosaur_lite@v0.1.1/mod.ts";

Controller metadata used to storage information about registered controller.

Properties

object: ObjectConstructor

Indicates object which is used by this controller.

target: Function
optional
route: string

Base route for all actions registered in this controller.

type: any

Type, vase default

optional
actions: ActionMetadataArgs[]

Actions of controller