Type alias ShowHTMLMiddlewareOptions

ShowHTMLMiddlewareOptions: Partial<ShowHTMLOptions> & {
    htmlGeneratorServiceName?: string;
}

The options for the middleware creator that will mount an instance of ShowHTML.

Type declaration

  • Optional htmlGeneratorServiceName?: string

    The name of an HTMLGenerator service already available in the application.

    Default

    'htmlGenerator'
    

Generated using TypeDoc