UNPKG

@jbrowse/plugin-linear-genome-view

Version:

JBrowse 2 linear genome view

11 lines (10 loc) 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const configuration_1 = require("@jbrowse/core/configuration"); const pluggableElementTypes_1 = require("@jbrowse/core/pluggableElementTypes"); function x() { } const configSchema = (pluginManager) => (0, configuration_1.ConfigurationSchema)('BasicTrack', {}, { baseConfiguration: (0, pluggableElementTypes_1.createBaseTrackConfig)(pluginManager), explicitIdentifier: 'trackId', }); exports.default = configSchema;