jimpex
    Preparing search index...

    Type Alias FastHTMLMiddlewareOptions

    FastHTMLMiddlewareOptions: Partial<FastHTMLOptions> & {
        htmlGeneratorServiceName?: string;
    }

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

    Type Declaration

    • OptionalhtmlGeneratorServiceName?: string

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

      'htmlGenerator'