Search results

PasteCleanupSettingsModel API in React RichTextEditor API component

Interface for a class PasteCleanupSettings

Properties

allowedStyleProps

string[]

Specifies the allowed style properties when pasting in RichTextEditor.

deniedAttrs

string[]

Specifies the attributes to restrict when pasting in RichTextEditor.

deniedTags

string[]

Specifies the tags to restrict when pasting in RichTextEditor.

keepFormat

boolean

Specifies whether to keep or remove the format when pasting in RichTextEditor.

plainText

boolean

Specifies whether to paste as plain text or not in RichTextEditor.

prompt

boolean

Specifies whether to enable the prompt for paste in RichTextEditor.