@s1am0nd/asyncapi-react-component
Version:
A React component for AsyncAPI specification.
26 lines • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultConfig = void 0;
var constants_1 = require("../constants");
exports.defaultConfig = {
schemaID: '',
show: {
sidebar: false,
info: true,
servers: true,
operations: true,
messages: true,
schemas: true,
errors: true,
},
expand: {
messageExamples: false,
},
sidebar: {
showServers: 'byDefault',
showOperations: 'byDefault',
},
publishLabel: constants_1.PUBLISH_LABEL_DEFAULT_TEXT,
subscribeLabel: constants_1.SUBSCRIBE_LABEL_DEFAULT_TEXT,
};
//# sourceMappingURL=default.js.map