Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/Resource/Component"

Index

Type aliases

DefaultAction

DefaultAction: function

Invoked when the default action for the component should be performed

Type declaration

    • (): void
    • Returns void

ErrorComponent

ErrorComponent: Component<Error, number, number>

The error component which can receive the error object, the number of attempts and the attempts left

IdleComponent

IdleComponent: Component<IIdleComponentProps>

LoadingComponent

LoadingComponent: Component<number>

The loading component which can receive the progress as the first argument to the callback

Variables

Const component

component: IStatic<IResource> = Resource