the elemant to set the attributes at
the key-value pairs of attributes to set
if to ignore entries with empty values or not; default: true
setXLinkDataSetEntries(element, {
// empty: Ignored, if allowEmpty=false
"title": "",
"href": "https://example.org/"
});
Sets attributes that originate from
xlink
attributes asdataset
entries instead. This method is meant to be used intoView
mapping as a suggestion how to securexlink
attributes that may otherwise get lost outside the CKEditor 5 data layer (thus, model and editing view).