SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorOpenHTMLOptions

    Options passed to the openHTML method.

    interface SynapEditorOpenHTMLOptions {
        bAsync?: boolean;
        bFocus?: boolean;
        bOverwrite?: boolean;
        callback?: () => void;
        clearDirty?: boolean;
        useAltImage?: boolean;
    }
    Index

    Properties

    bAsync?: boolean

    If true, opens the document asynchronously.

    bFocus?: boolean

    If true, focuses the editor after opening.

    bOverwrite?: boolean

    If true, overwrites the existing content.

    callback?: () => void

    Callback function invoked after opening is complete.

    clearDirty?: boolean

    If true, resets the dirty state after opening.

    useAltImage?: boolean

    If true, uses an alternative image.