Lime Web Components API Documentation - v6.24.0
    Preparing search index...

    Interface LimeFile

    Represents a file attached to a LimeObject

    interface LimeFile {
        extension: string;
        filename: string;
        id?: number;
        size: number;
        getUrl(type: LimeFileUrlType): string;
    }
    Index

    Properties

    Methods

    Properties

    extension: string

    File extension

    filename: string

    Name of the file

    id?: number

    Id of the file

    size: number

    Size in bytes of the file

    Methods