@sjcrh/proteinpaint-types 2.99.2-0 → 2.100.0
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 +1 -0
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -850,6 +850,7 @@ export type SelectCohortEntry = {
|
|
|
850
850
|
values: SelectCohortValuesEntry[]
|
|
851
851
|
/** cohort-related static html shown in about tab */
|
|
852
852
|
description?: string
|
|
853
|
+
descriptionByCohort?: { [index: string]: string }
|
|
853
854
|
/** If the description is dependent on the user's role,
|
|
854
855
|
define this callback to return description based on auth
|
|
855
856
|
returns a static description
|