Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadingContext

Interface representing global loading context. There should be exactly one instance implementing this interface in the whole application.

Hierarchy

  • LoadingContext

Properties

Properties

Readonly loading

loading: boolean

Readonly setLoading

setLoading: function

Type declaration

    • (value: boolean): void
    • Parameters

      • value: boolean

      Returns void

Generated using TypeDoc