Typedef

LinksProviderListItem (link)

@ckeditor/ckeditor5-link/src/linkui

typedefobject

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.

Filtering

Properties

  • href : string

    URL of the link.

  • icon : string | undefined

    Optional icon displayed for the item.

  • id : string

    Unique identifier of the item. Avoids collection malfunction when there are links with the same labels.

  • label : string

    Label that is used as a text for the list item.