@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
30 lines (22 loc) • 838 B
Markdown
lang: en
title: 'API docs: rest-explorer.restexplorerconfig'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest-explorer
permalink: /doc/en/lb4/apidocs.rest-explorer.restexplorerconfig.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest-explorer](./rest-explorer.md) > [RestExplorerConfig](./rest-explorer.restexplorerconfig.md)
## RestExplorerConfig type
Options to configure API Explorer UI
<b>Signature:</b>
```typescript
export declare type RestExplorerConfig = {
path?: string;
useSelfHostedSpec?: false;
swaggerThemeFile?: string;
indexTemplatePath?: string;
indexTitle?: string;
};
```