Stone.js API
    Preparing search index...

    Interface SwaggerUiOptions

    Options for swaggerUiHtml.

    interface SwaggerUiOptions {
        specUrl?: string;
        title?: string;
        version?: string;
    }
    Index
    specUrl?: string

    Where the explorer loads the document from, when it is not the route this module serves.

    Normally unnecessary: the URL is asked of the router, so a prefix is accounted for. State it for a document published elsewhere, behind a CDN path or on another host.

    title?: string

    Document title.

    version?: string

    swagger-ui-dist major version served from the CDN (default '5').