datatables.net-editor-server
    Preparing search index...

    Interface IFile

    interface IFile {
        done: boolean;
        encoding: string;
        extn: string;
        field: string;
        file: string;
        filename: string;
        mimetype: string;
        name: string;
        size: number;
        truncated: boolean;
        uuid: string;
    }
    Index

    Properties

    done: boolean
    encoding: string
    extn: string
    field: string
    file: string
    filename: string
    mimetype: string
    name: string
    size: number
    truncated: boolean
    uuid: string