Meta-data of a content dropped to CKEditor.

Constructors

  • Parameters

    • isFirstInsertedLink: boolean

      Signals, if the given content is the first in a list of dropped contents.

    • isLastInsertedLink: boolean

      Signals, if the given content is the last in a list of dropped contents.

    • text: string

      The text to write to CKEditor (the name of the content).

    • contentUri: string

      The URI-Path of the content, e.g., content/42.

    • href: string

      The respective linkHref value to set in model, e.g., content:42.

    Returns ContentLinkData

Properties

contentUri: string

The URI-Path of the content, e.g., content/42.

href: string

The respective linkHref value to set in model, e.g., content:42.

isFirstInsertedLink: boolean

Signals, if the given content is the first in a list of dropped contents.

isLastInsertedLink: boolean

Signals, if the given content is the last in a list of dropped contents.

text: string

The text to write to CKEditor (the name of the content).