Skip to main content

SemTypeInfo

Defined in: js-api/src/const.ts:1008

Metadata associated with the semantic type.

Properties​

PropertyTypeDescriptionDefined in
columnNameRegexp?stringRegular expression to check against the column name Used for the automatic detection of semantic data types.js-api/src/const.ts:1023
descriptionstringSemantic type description (shown in tooltips, etc)js-api/src/const.ts:1014
itemType?"string" | "bigint" | "object" | "bool" | "int" | "double" | "byte_array" | "datetime" | "qnum" | "dataframe"Specifies the value data type. For example, the itemType for semantic type Molecule is String. Used for the automatic detection of semantic data types.js-api/src/const.ts:1019
namestringSemantic type idjs-api/src/const.ts:1011
valueRegexp?stringRegular expression to check against the values (only applies to strings) Used for the automatic detection of semantic data types.js-api/src/const.ts:1027