SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorOpenSEModelOptions

    Options passed to the openSEModel method.

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

    Properties

    bAsync?: boolean

    If true, opens the model asynchronously.

    bFocus?: boolean

    If true, focuses the editor after opening.

    callback?: () => void

    Callback function invoked after opening is complete.

    clearDirty?: boolean

    If true, resets the dirty state after opening.

    loadingProgress?: boolean

    If true, displays a loading progress indicator.

    useAltImage?: boolean

    If true, uses an alternative image.