Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/helpers/serviceManager
IService
Interface IService
Represents a service for service lifecycle.
interface
IService
{
prefetch
?:
()
=>
Promise
<
void
>
;
unload
?:
()
=>
Promise
<
void
>
;
}
Index
Properties
prefetch?
unload?
Properties
Optional
prefetch
prefetch
?:
()
=>
Promise
<
void
>
Optional
unload
unload
?:
()
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
prefetch
unload
react-declarative
Loading...
Represents a service for service lifecycle.