AutocompleteItemtype AutocompleteItem = {prefix?: string; suffix: string; theme?: {section: string; key: string; }; modifiers?: | AutocompleteModifier[] | false | null | undefined; color?: | string | false | null | undefined; label?: string; };§Type§{prefix?: string; suffix: string; theme?: {section: string; key: string; }; modifiers?: | AutocompleteModifier[] | false | null | undefined; color?: | string | false | null | undefined; label?: string; }[src]