Data Models
AutocompleteItem
AutocompleteItem Class
Property | Type | Optional | Description |
---|---|---|---|
id | string | No | Unique identifier |
name | string | No | Name of the item |
description | string | Yes | Optional description |
icon | object | Yes | Optional icon information |
icon.url | string | Yes | URL of the icon |
icon.svg | string | Yes | SVG representation of icon |
link | string | Yes | Link associated with item |
Was this page helpful?