UNPKG

@loopback/docs

Version:
27 lines (19 loc) 717 B
--- lang: en title: 'API docs: rest-explorer.restexplorerconfig' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/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) &gt; [@loopback/rest-explorer](./rest-explorer.md) &gt; [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; }; ```