Skip to main content
Version: Next

Get Screen Context

Return the context of the current screen

Description

Useful to store state data related to the current screen.

Note that the data saved in this context will be lost when the user quit this screen and will not exists anymore when the user come back to the screen. If you need to store information that must be persisted in such a scenario, use the Application Context instead.

Outputs

  • screen context (Context): The screen context