AttributeConfig
AttributeConfig =
object
Defined in: extensions/autocomplete/types.ts:155
Object mapping attribute names to a list of values for that attribute. For attributes
without a predifined list of possible values, the value should be null
.
Index Signature
Section titled “Index Signature”[attrName
: string
]: null
| string
[]