@sjcrh/proteinpaint-types 2.79.4 → 2.79.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.
- package/package.json +1 -1
- package/src/dataset.ts +2 -0
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -1087,6 +1087,8 @@ type AssayAvailability = {
|
|
|
1087
1087
|
//Shared with genome.ts
|
|
1088
1088
|
export type Cohort = {
|
|
1089
1089
|
hideGroupsTab?: boolean
|
|
1090
|
+
/** customize the default chart to open on mass ui when there's no charts. if missing it opens dictionary ui */
|
|
1091
|
+
defaultChartType?: string
|
|
1090
1092
|
allowedChartTypes?: string[]
|
|
1091
1093
|
hiddenChartTypes?: string[]
|
|
1092
1094
|
renamedChartTypes?: { singleCellPlot?: string; sampleScatter?: string }
|