SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorInsertHTMLOptions

    Options passed to the insertHTML method.

    interface SynapEditorInsertHTMLOptions {
        nextParagraph?: boolean;
        overwriteStyle?: boolean;
    }
    Index

    Properties

    nextParagraph?: boolean

    If true, inserts into the next paragraph.

    overwriteStyle?: boolean

    If true, overwrites existing styles.