Page Contents
Home > @loopback/rest-explorer > RestExplorerBindings
RestExplorerBindings namespace
Binding keys used by this component.
Signature:
export declare namespace RestExplorerBindings
Variables
| Variable | Description |
|---|---|
| [COMPONENT](/doc/en/lb4/apidocs.rest-explorer.restexplorerbindings.component.html) | Binding key for RestExplorerComponent |
| [CONFIG](/doc/en/lb4/apidocs.rest-explorer.restexplorerbindings.config.html) | Binding key for configuration of RestExplorerComponent. We recommend `ctx.configure(RestExplorerBindings.COMPONENT)` to be used instead of `ctx.bind(RestExplorerBindings.CONFIG)`. |