express-rest-decorators - v1.0.0-rc.2
    Preparing search index...

    Interface ControllerMetadata

    interface ControllerMetadata {
        actions: ActionMetadata[];
        authorized?: string[] | null;
        basePath: string;
        interceptors: Function[];
        responseHandlers: ResponseHandlerArgs[];
        target: Function;
        type: "json" | "default";
        useAfter: HookEntry[];
        useBefore: HookEntry[];
    }
    Index

    Properties

    actions: ActionMetadata[]
    authorized?: string[] | null
    basePath: string
    interceptors: Function[]
    responseHandlers: ResponseHandlerArgs[]
    target: Function
    type: "json" | "default"
    useAfter: HookEntry[]
    useBefore: HookEntry[]