Page Contents
  
 
    
Home > @loopback/rest-explorer > RestExplorerConfig
RestExplorerConfig type
Options to configure API Explorer UI
Signature:
export type RestExplorerConfig = {
    path?: string;
    useSelfHostedSpec?: false;
    swaggerThemeFile?: string;
    indexTemplatePath?: string;
    indexTitle?: string;
};