Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRealmProgressValue

Passed to the render-prop callback provided as children to RealmProgress.

Hierarchy

Index

Properties

Optional download

download: IProgress

isDownloading

isDownloading: boolean

This will be true if we're downloading and the transferred are less than the transferable.

isLoading

isLoading: boolean

Is the realm in the progress of either downloading or uploading? It's meaning depends on the direction provided as prop to RealmProgress.

isUploading

isUploading: boolean

This will be true if we're uploading and the transferred are less than the transferable.

realm

realm: Realm

Optional upload

upload: IProgress