PasteCleanupSettings
Interface
The settings passed to pasteCleanup function (see example).
Definition
Package:@progress/kendo-react-editor
Properties
attributes?
{ [attributeName: string]: (attr: Attr) => void }
An object containing attributeName/callback pairs. The callback will be called for the corresponding attribute name and the attribute object will be passed as a parameter.
convertMsLists?
boolean
If set to true, converts the MS Word lists into HTML lists.
stripTags?
string
Removes the specified tags from the HTML and keeps its child nodes.