LinksProviderListItem
typedef
Link list item that represents a single link in the provider's list. It's displayed after the user clicks the button that opens the list in the link form view.
Properties
-
href : string
module:link/linkui~LinksProviderListItem#href
URL of the link.
-
icon : string | undefined
module:link/linkui~LinksProviderListItem#icon
Optional icon displayed for the item.
-
id : string
module:link/linkui~LinksProviderListItem#id
Unique identifier of the item. Avoids collection malfunction when there are links with the same labels.
-
label : string
module:link/linkui~LinksProviderListItem#label
Label that is used as a text for the list item.