@loopback/rest-explorer
Version:
LoopBack's API Explorer
26 lines • 1.12 kB
JavaScript
;
// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved.
// Node module: @loopback/rest-explorer
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.RestExplorerBindings = void 0;
const core_1 = require("@loopback/core");
/**
* Binding keys used by this component.
*/
var RestExplorerBindings;
(function (RestExplorerBindings) {
/**
* Binding key for RestExplorerComponent
*/
RestExplorerBindings.COMPONENT = core_1.BindingKey.create('components.RestExplorerComponent');
/**
* Binding key for configuration of RestExplorerComponent.
*
* We recommend `ctx.configure(RestExplorerBindings.COMPONENT)` to be used
* instead of `ctx.bind(RestExplorerBindings.CONFIG)`.
*/
RestExplorerBindings.CONFIG = core_1.BindingKey.buildKeyForConfig(RestExplorerBindings.COMPONENT);
})(RestExplorerBindings || (exports.RestExplorerBindings = RestExplorerBindings = {}));
//# sourceMappingURL=rest-explorer.keys.js.map