Typedef

LinksProviderDetailedItem (link)

@ckeditor/ckeditor5-link/src/linkui

typedefobject

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.

Filtering

Properties

  • href : string

  • icon : string | undefined

  • label : string | undefined

  • tooltip : string | undefined