FrameLoader
The FrameLoader
component extends the Transition
component and inherits its APIs, with the exception of the enterKeep
and leaveKeep
options which are force to be always true
.
The enter()
method of the component will be called by the parent Frame
component when a request is started, the leave()
method when the request has ended, be it successfully or with an error.
Fine grain loaders
If you need a loader which is displayed only for a request coming from a specific trigger (a FrameForm
or FrameAnchor
component), have a look at the FrameTriggerLoader
component.