LinksProviderDetailedItem
typedef
Link list item with additional attributes that will be used when:
* The item is selected and the preview of the item is displayed.
* The user selects the item and the link is created.
* The user navigates to the item using editing.
Copy code
It can be used to perform additional lookups in the database or to provide additional information about the link.
Properties
href : stringmodule:link/linkui~LinksProviderDetailedItem#hrefURL of the link.
icon : string | undefinedmodule:link/linkui~LinksProviderDetailedItem#iconOptional icon displayed when the user opens toolbar with the item preview.
label : string | undefinedmodule:link/linkui~LinksProviderDetailedItem#labelOptional label shown in the link preview. If not passed then the
hrefis used as the label.tooltip : string | undefinedmodule:link/linkui~LinksProviderDetailedItem#tooltipOptional tooltip shown in the link preview.