TAGS
constTAGS:object
Defined in: src/const.ts:294
Type Declaration
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
ALLOW_RENAME | string | '.allow-rename' | - | src/const.ts:346 |
ANNOTATION_REGIONS | string | '.annotation-regions' | - | src/const.ts:322 |
AUTO_CHOICES | string | '.auto-choices' | When set to 'true', switches the cell editor to a combo box that only allows to choose values from a list of already existing values in the column. Applicable for string columns only. See also [TAGS_CHOICES]. | src/const.ts:304 |
CELL_RENDERER | string | 'cell.renderer' | - | src/const.ts:342 |
CHEM | object | - | - | src/const.ts:348 |
CHEM.SCAFFOLD | string | 'chem-scaffold' | - | src/const.ts:349 |
CHOICES | string | '.choices' | JSON-encoded list of strings to be used in a cell editor. Applicable for string columns only. | src/const.ts:299 |
COLOR_CODING_CATEGORICAL | string | '.color-coding-categorical' | - | src/const.ts:309 |
COLOR_CODING_CONDITIONAL | string | '.color-coding-conditional' | - | src/const.ts:308 |
COLOR_CODING_FALLBACK_COLOR | string | '.color-coding-fallback-color' | - | src/const.ts:318 |
COLOR_CODING_LINEAR | string | '.color-coding-linear' | - | src/const.ts:310 |
COLOR_CODING_LINEAR_ABOVE_MAX_COLOR | string | '.%color-coding-linear-above-max-color' | - | src/const.ts:312 |
COLOR_CODING_LINEAR_ABSOLUTE | string | '.%color-coding-linear-absolute' | - | src/const.ts:313 |
COLOR_CODING_LINEAR_BELOW_MIN_COLOR | string | '.%color-coding-linear-below-min-color' | - | src/const.ts:311 |
COLOR_CODING_LINEAR_IS_ABSOLUTE | string | '.%color-coding-linear-is-absolute' | - | src/const.ts:314 |
COLOR_CODING_MATCH_TYPE | string | '.color-coding-match-type' | - | src/const.ts:317 |
COLOR_CODING_SCHEME_MAX | string | '.color-coding-scheme-max' | - | src/const.ts:315 |
COLOR_CODING_SCHEME_MIN | string | '.color-coding-scheme-min' | - | src/const.ts:316 |
COLOR_CODING_TYPE | string | '.color-coding-type' | - | src/const.ts:307 |
CUSTOM_FILTER_TYPE | string | '.custom-filter-type' | Custom filter type to be used by default for a column: "<PackageName\>:<FilterType\>". Takes precedence over [IGNORE_CUSTOM_FILTER] | src/const.ts:340 |
DESCRIPTION | string | 'description' | - | src/const.ts:296 |
FORMAT | string | 'format' | Set on a dataframe column; used to format column contents in grids, CSV export, passing to scripts | src/const.ts:328 |
FORMULA | string | 'formula' | - | src/const.ts:329 |
FORMULA_LINES | string | '.formula-lines' | - | src/const.ts:321 |
FRIENDLY_NAME | string | 'friendlyName' | - | src/const.ts:345 |
GROUP | string | 'group' | - | src/const.ts:353 |
ID | string | '.id' | - | src/const.ts:305 |
IGNORE_CUSTOM_FILTER | string | '.ignore-custom-filter' | Boolean flag to control custom filters visibility. | src/const.ts:335 |
LAYOUT_ID | string | 'layout-id' | - | src/const.ts:295 |
LINK_CLICK_BEHAVIOR | string | '.linkClickBehavior' | - | src/const.ts:352 |
MARKER_CODING | string | '.marker-coding' | - | src/const.ts:320 |
MULTI_VALUE_SEPARATOR | string | '.multi-value-separator' | Separator used to parse a cell value into multiple values for filter categories. | src/const.ts:333 |
SEMTYPE | string | 'quality' | - | src/const.ts:330 |
SOURCE_PRECISION | string | '.source-precision' | When a dataframe is loaded from a CSV, the maximum number of significant digits in the fractional part for each numeric column is determined | src/const.ts:326 |
STRUCTURE_FILTER_TYPE | string | '.structure-filter-type' | Filter type for molecular columns: "Sketch" | "Categorical". See [DG.STRUCTURE_FILTER_TYPE] |
TOOLTIP | string | '.tooltip' | - | src/const.ts:297 |
UNITS | string | 'units' | - | src/const.ts:343 |