Home > @yext/search-core > DecimalDirectAnswer
A direct answer for a decimal field, which is a number represented using a string.
Signature:
export interface DecimalDirectAnswer extends BaseFieldValueDirectAnswer<string | string[]>
Extends: BaseFieldValueDirectAnswer<string | string[]>
Property | Type | Description |
---|---|---|
fieldType | EnumOrLiteral<BuiltInFieldType.Decimal> |