Type alias InsertContentToMailActiveEditorOptions

InsertContentToMailActiveEditorOptions: { html: string }

Type declaration

  • html: string

    content html, such as email snippet, dangerous content will be ignored.

    Because Zmail uses Tiptap to implement the editor, the content html also needs to comply with Tiptap's specifications (for example, it is best to wrap the text in p tags, etc.), otherwise it will not be inserted into the editor as is, but will be converted accordingly.

Generated using TypeDoc