SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorImportResult

    Import result returned by the callback of setCustomImportFunction.

    interface SynapEditorImportResult {
        importImageMap?: Record<string, string>;
        importPath: string;
        serializedData: number[];
    }
    Index

    Properties

    importImageMap?: Record<string, string>

    An image path mapping object.

    importPath: string

    The import path used during conversion.

    serializedData: number[]

    The serialized document binary data.