Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRealmProgressProps

Props passed to a RealmProgress component.

Hierarchy

  • IRealmProgressProps

Index

Properties

Properties

children

children: function

Type declaration

Optional direction

direction: Realm.Sync.ProgressDirection | "both"

In what direction should the callback passed as children be called? Possible values are "download", "upload" or "both" (default).

Optional mode

mode: Realm.Sync.ProgressMode

Should the callback passed as children be called indefinitly or just for outstanding work which has not been uploaded / downloaded since the point of mounting the component?