videosphere
    Preparing search index...
    interface UploadHistoryJobDiscardProps {
        job: UploadHistoryJobDiscardJob;
        onChanged: () => void | Promise<void>;
        disabled?: boolean;
        elevatedConfirmDialog?: boolean;
    }
    Index

    Properties

    Upload job row from history APIs.

    onChanged: () => void | Promise<void>

    Called after a successful discard so parents can refresh history.

    disabled?: boolean

    When true, disables the cancel button (e.g. a platform retry is in flight).

    elevatedConfirmDialog?: boolean

    When true, raises the discard confirmation dialog above nested parent modals. Use when this component is rendered inside another open dialog (e.g. upload progress).