UNPKG

@jbrowse/core

Version:

JBrowse 2 core libraries used by plugins

18 lines (17 loc) 680 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const PluggableElementBase_1 = __importDefault(require("./PluggableElementBase")); class WidgetType extends PluggableElementBase_1.default { constructor(stuff) { super(stuff); this.heading = stuff.heading; this.HeadingComponent = stuff.HeadingComponent; this.configSchema = stuff.configSchema; this.stateModel = stuff.stateModel; this.ReactComponent = stuff.ReactComponent; } } exports.default = WidgetType;