Page Summary
-
The
autocompleteMatchattribute is used for highlighting match fragments within theattributedFullTextproperty of anAutocompletePlaceSuggestion. -
This attribute is associated with the
AutocompletePlaceSuggestionstruct and helps in visually representing the matching portions of a place suggestion. -
The declaration of this attribute is
static let autocompleteMatch: NSAttributedString.Key, indicating it's a key within theNSAttributedString.Keynamespace.
Key
extension NSAttributedString.Key-
Attribute name for match fragments in
AutocompletePlaceSuggestionattributedFullText.@related AutocompletePlaceSuggestion
Declaration
Swift
static let autocompleteMatch: NSAttributedString.Key