Documentation
    Preparing search index...

    Variable UPLOADConst

    UPLOAD: {
        FINISHED: "uploaded";
        KO: "upload_ko";
        OK: "uploaded";
        STARTED: "uploading";
    } = ...

    Grouped statuses related to upload operations.

    Type Declaration

    • ReadonlyFINISHED: "uploaded"
    • ReadonlyKO: "upload_ko"
    • ReadonlyOK: "uploaded"
    • ReadonlySTARTED: "uploading"