Typedef

CKBoxAssetLinkAttributesDefinition (ckbox)

@ckeditor/ckeditor5-ckbox/src/ckbox

typedef
Object

Asset attributes definition for a link.

The definition contains the linkName and linkHref strings.

{
	linkName: 'File name',
	linkHref: 'https://example.com/assets/asset-id/file.pdf'
}

Filtering

Properties

  • linkHref : String

    An URL for the asset.

  • linkName : String

    A link name.