@umbraco-cms/backoffice
    interface UmbTemporaryFileModel {
        abortController?: AbortController;
        abortSignal?: AbortSignal;
        file: File;
        onProgress?: (progress: number) => void;
        status?: TemporaryFileStatus;
        temporaryUnique: string;
    }
    Index

    Properties

    abortController?: AbortController

    The abort controller used to cancel the upload.

    abortSignal?: AbortSignal

    The abort signal used to cancel the upload.

    Use abortController instead.

    file: File
    onProgress?: (progress: number) => void
    temporaryUnique: string
    MMNEPVFCICPMFPCPTTAAATR