SynapEditor API 3.3.0
    Preparing search index...

    Interface SynapEditorUploadedFileInfo

    Information about a single uploaded file.

    interface SynapEditorUploadedFileInfo {
        isDeleted: boolean;
        path: string;
    }
    Index

    Properties

    Properties

    isDeleted: boolean

    Whether the file has been deleted.

    path: string

    The path of the uploaded file.