IBM Aspera JavaScript Library
    Preparing search index...

    Interface BrowserStyleFile

    interface BrowserStyleFile {
        lastModified: number;
        name: string;
        size: number;
        type: string;
    }
    Index

    Properties

    lastModified: number

    Last modified date of the file in milliseconds since the UNIX epoch

    name: string

    Absolute path of the file

    size: number

    Size in bytes of the file

    type: string

    Mime type of the file