projects/m2-core/src/lib/model/string-parser/ClassifierInfo.ts
Properties |
|
constructor(classifierType: ClassifierType, extractedAttrName: string, displayNameRegex: RegExp)
|
||||||||||||
|
Parameters :
|
| Public classifierType |
Type : ClassifierType
|
| Public displayNameRegex |
Type : RegExp
|
| Public extractedAttrName |
Type : string
|
| Static VALUE_WITH_ID_REGEX |
Default value : /^\d+,\s[^,]+,\s.+/
|