Page Contents

Home > @loopback/rest-explorer > RestExplorerBindings

RestExplorerBindings namespace

Binding keys used by this component.

Signature:

export declare namespace RestExplorerBindings 

Variables

Variable Description
COMPONENT Binding key for RestExplorerComponent
CONFIG Binding key for configuration of RestExplorerComponent.We recommend ctx.configure(RestExplorerBindings.COMPONENT) to be used instead of ctx.bind(RestExplorerBindings.CONFIG).