Skip to content

Commit

Permalink
rename yuge
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Jan 28, 2025
1 parent 3f0cd04 commit 80af74c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import {Operator, SelectionAutoCompleteProvider, Suggestion} from './SelectionAutoCompleteProvider';

/**
* Creates a `SelectionAutoCompleteProvider` based on the provided attribute map and configuration functions.
*
* This provider excludes the `renderResult` and `useAutoComplete` methods from the base `SelectionAutoCompleteProvider`.
* It generates autocomplete suggestions for attributes, attribute values, functions, substrings, and combined attribute-value suggestions.
*
* @type TAttributeMap - A map of attribute names to arrays of values.
* @type TPrimaryAttributeKey - The key of the `attributesMap` that serves as the identifier for the objects we're filtering. This key will support substring queries.
* @type TSuggestion - The shape of each autocomplete suggestion, containing at least a `text` property.
Expand Down

0 comments on commit 80af74c

Please sign in to comment.