Sign up (with export icon)

LinksProviderDetailedItem

Api-typedef icon 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

  • Chevron-right icon

    href : string

    URL of the link.

  • Chevron-right icon

    icon : string | undefined

    Optional icon displayed when the user opens toolbar with the item preview.

  • Chevron-right icon

    label : string | undefined

    Optional label shown in the link preview. If not passed then the href is used as the label.

  • Chevron-right icon

    tooltip : string | undefined

    Optional tooltip shown in the link preview.