@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A single file entry tracked by the upload component.

    interface UIFileEntry {
        file: File;
        id: string;
    }
    Index

    Properties

    Properties

    file: File

    The native File object.

    id: string

    Unique id for tracking.