Interface: BundleContext<T>
core/types.BundleContext
Type parameters
| Name | Type |
|---|---|
T | Resource |
Hierarchy
BundleState<T>↳
BundleContext
Properties
data
• data: null | Bundle<T>
Inherited from
error
• Optional error: null | Error
Inherited from
loading
• loading: boolean
Inherited from
Methods
refetch
▸ refetch(): void
Returns
void