Interface LoadingOptions

Type interface for loading options.

Hierarchy

  • LoadingOptions

Properties - Custom Component

Properties - Other

Custom Component Properties

Component?: ReactNode

Component rendered during loading.

Default

Spinner

Other Properties

backgroundLoading?: boolean

If true, loading is done in background. Loading indicator is not shown if there is data on screen.

Default

true

loading?: boolean

Loading state.

Default

false

showLoadingStatus?: boolean

Loading status is shown in status bar.

Default

true

Generated using TypeDoc