SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorSetModeOptions

    Options passed to the setMode method.

    interface SynapEditorSetModeOptions {
        loadingProgress?: boolean;
    }
    Index

    Properties

    Properties

    loadingProgress?: boolean

    If true, displays a loading progress indicator during mode transition.