Interface for a class PasteSettings
string[]
Specifies the allowed styles when pasting content. This property holds an array of styles that can be applied to pasted content.
string[]
Specifies the tags that are denied when pasting content. This property holds an array of tags that should be removed from pasted content.
boolean
Specifies whether to keep the formatting of pasted content. This property determines if the formatting (e.g., bold, italics) should be preserved.
boolean
Specifies whether to paste as plain text. This property removes any formatting from the pasted content and pastes only the raw text.