Interface IHttpControllerOptions<TApp>

Options for a controller instance.

interface IHttpControllerOptions {
    app: TApp;
    file: string;
    path: string;
}

Type Parameters

Properties

Properties

app: TApp

The underlying app.

file: string

The full path of the underlying file.

path: string

The relative path of the underlying file.

Generated using TypeDoc