Interface ISwaggerInitializedEventArguments

Arguments for a SwaggerInitializedEventHandler instance.

interface ISwaggerInitializedEventArguments {
    app: IHttpServer;
    documentation: Document<{}>;
    isUIEnabled: boolean;
}

Properties

The underlying server instance.

documentation: Document<{}>

The underlying documentation.

Type declaration

    isUIEnabled: boolean

    Indicates, if UI is enabled or not.

    Generated using TypeDoc