@sjcrh/proteinpaint-types 2.89.0 → 2.89.1-1
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
|
@@ -786,6 +786,8 @@ export type SelectCohortEntry = {
|
|
|
786
786
|
//The profile has clearOnChange. The terms used in the plots are not always the same for the profile.
|
|
787
787
|
//Therefore when switching cohorts, it is necessary to delete the plots opened and the global filter
|
|
788
788
|
clearOnChange?: { [index: string]: boolean }
|
|
789
|
+
//Allows to customize the color of the selected column on the cohort features table. Used by the PrOFILE
|
|
790
|
+
activeCohortColor?: string
|
|
789
791
|
}
|
|
790
792
|
|
|
791
793
|
type MissingAccess = {
|