SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorGetTextContentOptions

    Options passed to the getTextContent method.

    interface SynapEditorGetTextContentOptions {
        emoji?: "htmlcode" | "unicode" | "remove";
    }
    Index

    Properties

    Properties

    emoji?: "htmlcode" | "unicode" | "remove"

    Emoji handling mode. 'htmlcode': convert to HTML code, 'unicode': preserve as Unicode, 'remove': remove.