Back to Trilium

Interface AxiosProgressEvent

docs/Script API/interfaces/Backend_Script_API._internal_.AxiosProgressEvent.html

0.102.21.4 KB
Original Source

Interface AxiosProgressEvent

interface AxiosProgressEvent {
bytes: number;
download?: boolean;
estimated?: number;
event?: any;
lengthComputable: boolean;
loaded: number;
progress?: number;
rate?: number;
total?: number;
upload?: boolean;
}

Index

Properties

bytesdownload?estimated?event?lengthComputableloadedprogress?rate?total?upload?

Properties

bytes

bytes: number

Optionaldownload

download?: boolean

Optionalestimated

estimated?: number

Optionalevent

event?: any

lengthComputable

lengthComputable: boolean

loaded

loaded: number

Optionalprogress

progress?: number

Optionalrate

rate?: number

Optionaltotal

total?: number

Optionalupload

upload?: boolean

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties bytesdownloadestimatedeventlengthComputableloadedprogressratetotalupload