Interface

CKBoxAssetLinkAttributesDefinition (ckbox)

@ckeditor/ckeditor5-ckbox/src/ckboxconfig

interface

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.