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.
It can be used to perform additional lookups in the database or to provide additional information about the link.
Properties
-
href : string
module:link/linkui~LinksProviderDetailedItem#href
URL of the link.
-
icon : string | undefined
module:link/linkui~LinksProviderDetailedItem#icon
Optional icon displayed when the user opens toolbar with the item preview.
-
label : string | undefined
module:link/linkui~LinksProviderDetailedItem#label
Optional label shown in the link preview. If not passed then the
href
is used as the label. -
tooltip : string | undefined
module:link/linkui~LinksProviderDetailedItem#tooltip
Optional tooltip shown in the link preview.