Skip to main content

TAGS

const TAGS: object

Type declaration

MemberTypeValueDescription
ALLOW_RENAMEstring'.allow-rename'-
AUTO_CHOICESstring'.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].
CELL_RENDERERstring'cell.renderer'-
CHEMobject...-
CHEM.SCAFFOLDstring'chem-scaffold'-
CHOICESstring'.choices'JSON-encoded list of strings to be used in a cell editor. Applicable for string columns only.
COLOR_CODING_CATEGORICALstring'.color-coding-categorical'-
COLOR_CODING_CONDITIONALstring'.color-coding-conditional'-
COLOR_CODING_FALLBACK_COLORstring'.color-coding-fallback-color'-
COLOR_CODING_LINEARstring'.color-coding-linear'-
COLOR_CODING_MATCH_TYPEstring'.color-coding-match-type'-
COLOR_CODING_SCHEME_MAXstring'.color-coding-scheme-max'-
COLOR_CODING_SCHEME_MINstring'.color-coding-scheme-min'-
COLOR_CODING_TYPEstring'.color-coding-type'-
CUSTOM_FILTER_TYPEstring'.custom-filter-type'Custom filter type to be used by default for a column: "<PackageName\>:<FilterType\>". Takes precedence over [IGNORE_CUSTOM_FILTER]
DESCRIPTIONstring'description'-
FORMATstring'format'Set on a dataframe column; used to format column contents in grids, CSV export, passing to scripts
FORMULAstring'formula'-
FORMULA_LINESstring'.formula-lines'-
FRIENDLY_NAMEstring'friendlyName'-
IDstring'.id'-
IGNORE_CUSTOM_FILTERstring'.ignore-custom-filter'Boolean flag to control custom filters visibility.
LAYOUT_IDstring'layout-id'-
LINK_CLICK_BEHAVIORstring'.linkClickBehavior'-
MARKER_CODINGstring'.marker-coding'-
MULTI_VALUE_SEPARATORstring'.multi-value-separator'Separator used to parse a cell value into multiple values for filter categories.
SEMTYPEstring'quality'-
SOURCE_PRECISIONstring'.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
STRUCTURE_FILTER_TYPEstring'.structure-filter-type'Filter type for molecular columns: "Sketch" | "Categorical". See [DG.STRUCTURE_FILTER_TYPE]
TOOLTIPstring'.tooltip'-
UNITSstring'units'-

Source

src/const.ts:269