The unique lookup key you will use to identify this native data type.
Returns string
Methods
supportsValue
supportsValue(value): boolean
Determines if the value is identified as a match and maps to DataTypeLookupKey.
Parameters
value: any
Returns boolean
sampleValue
sampleValue(): string
Returns a sample value that is representative of the DataTypeLookupKey.
Used by ConfigAnalysis to get a value that can be passed into services
that take a live value, such as converters, parsers and formatters.
Identifies a value as a strings (typeof value === 'string'), and associates it with the lookup key "String" (const LookupKey.String)