jbrowse-plugin-msaview 2.2.4 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -393,6 +393,7 @@ export default function stateModelFactory(): import("@jbrowse/mobx-state-tree").
|
|
|
393
393
|
highlightedColumns: number[] | undefined;
|
|
394
394
|
nref: number;
|
|
395
395
|
minimapHeight: number;
|
|
396
|
+
conservationTrackHeight: number;
|
|
396
397
|
marginLeft: number;
|
|
397
398
|
error: unknown;
|
|
398
399
|
annotPos: {
|
|
@@ -585,6 +586,7 @@ export default function stateModelFactory(): import("@jbrowse/mobx-state-tree").
|
|
|
585
586
|
};
|
|
586
587
|
} & {
|
|
587
588
|
setHeaderHeight(arg: number): void;
|
|
589
|
+
setConservationTrackHeight(arg: number): void;
|
|
588
590
|
reset(): void;
|
|
589
591
|
exportSVG(opts: {
|
|
590
592
|
theme: import("@mui/material").Theme;
|