Context
Description of the Context injected inside an Action.
Last updated
Description of the Context injected inside an Action.
Last updated
This section is just a theoretical description of how a Context works. To have the full API of a context go to Context API section.
The context is the heart of an Action. It contains all required information when executing an Action. When the context exit an Action, it is analysed by different components, adapting their behaviors depending on the context state.
Below a representation of a the impacts related to a context.