Skip to main content
MorphGlobalContext is a type of context variable that can be given as an argument to functions that can be executed in Morph. The context can automatically receive data from Morph annotations and receive results from other functions or arguments from external sources.

Information of the Logged-in User

context.user_info stores information about the logged-in user. This allows you to build flexible data applications that display different data for each logged-in user.
context.user_info

Example Usage

By adding the load_data and variables annotations, you can receive context as an argument in functions. Please refer to the respective documentation pages for how to use these functions.