Type Alias CategoryFieldSuggestionsStateAlpha

CategoryFieldSuggestionsState: CategoryFieldSuggestionsState & Pick<
    FieldSuggestionsFacet,
    "facetId"
    | "displayName"
    | "field",
>

The state of the CategoryFieldSuggestions controller.