stacks-fireblocks-sdk
    Preparing search index...

    Interface SwaggerUiOptions

    interface SwaggerUiOptions {
        customCss?: string;
        customCssUrl?: string;
        customfavIcon?: string;
        customJs?: string | string[];
        customSiteTitle?: string;
        explorer?: boolean;
        isExplorer?: boolean;
        swaggerOptions?: SwaggerOptions;
        swaggerUrl?: string;
        swaggerUrls?: string[];
    }
    Index

    Properties

    customCss?: string
    customCssUrl?: string
    customfavIcon?: string
    customJs?: string | string[]
    customSiteTitle?: string
    explorer?: boolean
    isExplorer?: boolean
    swaggerOptions?: SwaggerOptions
    swaggerUrl?: string
    swaggerUrls?: string[]