TAGS
constTAGS:object
Defined in: src/const.ts:282
Type Declaration
| Name | Type | Default value | Description | Defined in |
|---|---|---|---|---|
ALLOW_RENAME | string | '.allow-rename' | - | src/const.ts:334 |
ANNOTATION_REGIONS | string | '.annotation-regions' | - | src/const.ts:310 |
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:292 |
CELL_RENDERER | string | 'cell.renderer' | - | src/const.ts:330 |
CHEM | object | - | - | src/const.ts:336 |
CHEM.SCAFFOLD | string | 'chem-scaffold' | - | src/const.ts:337 |
CHOICES | string | '.choices' | JSON-encoded list of strings to be used in a cell editor. Applicable for string columns only. | src/const.ts:287 |
COLOR_CODING_CATEGORICAL | string | '.color-coding-categorical' | - | src/const.ts:297 |
COLOR_CODING_CONDITIONAL | string | '.color-coding-conditional' | - | src/const.ts:296 |
COLOR_CODING_FALLBACK_COLOR | string | '.color-coding-fallback-color' | - | src/const.ts:306 |
COLOR_CODING_LINEAR | string | '.color-coding-linear' | - | src/const.ts:298 |
COLOR_CODING_LINEAR_ABOVE_MAX_COLOR | string | '.%color-coding-linear-above-max-color' | - | src/const.ts:300 |
COLOR_CODING_LINEAR_ABSOLUTE | string | '.%color-coding-linear-absolute' | - | src/const.ts:301 |
COLOR_CODING_LINEAR_BELOW_MIN_COLOR | string | '.%color-coding-linear-below-min-color' | - | src/const.ts:299 |
COLOR_CODING_LINEAR_IS_ABSOLUTE | string | '.%color-coding-linear-is-absolute' | - | src/const.ts:302 |
COLOR_CODING_MATCH_TYPE | string | '.color-coding-match-type' | - | src/const.ts:305 |
COLOR_CODING_SCHEME_MAX | string | '.color-coding-scheme-max' | - | src/const.ts:303 |
COLOR_CODING_SCHEME_MIN | string | '.color-coding-scheme-min' | - | src/const.ts:304 |
COLOR_CODING_TYPE | string | '.color-coding-type' | - | src/const.ts:295 |
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:328 |
DESCRIPTION | string | 'description' | - | src/const.ts:284 |
FORMAT | string | 'format' | Set on a dataframe column; used to format column contents in grids, CSV export, passing to scripts | src/const.ts:316 |
FORMULA | string | 'formula' | - | src/const.ts:317 |
FORMULA_LINES | string | '.formula-lines' | - | src/const.ts:309 |
FRIENDLY_NAME | string | 'friendlyName' | - | src/const.ts:333 |
GROUP | string | 'group' | - | src/const.ts:341 |
ID | string | '.id' | - | src/const.ts:293 |
IGNORE_CUSTOM_FILTER | string | '.ignore-custom-filter' | Boolean flag to control custom filters visibility. | src/const.ts:323 |
LAYOUT_ID | string | 'layout-id' | - | src/const.ts:283 |
LINK_CLICK_BEHAVIOR | string | '.linkClickBehavior' | - | src/const.ts:340 |
MARKER_CODING | string | '.marker-coding' | - | src/const.ts:308 |
MULTI_VALUE_SEPARATOR | string | '.multi-value-separator' | Separator used to parse a cell value into multiple values for filter categories. | src/const.ts:321 |
SEMTYPE | string | 'quality' | - | src/const.ts:318 |
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:314 |
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:285 |
UNITS | string | 'units' | - | src/const.ts:331 |