Skip to content

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.

[attrName: string]: null | string[]