get_module_context() function
Get the name of the module currently in used when using page scopes
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
state
|
State
|
The current user state as received in any callback. |
required |
Returns:
| Type | Description |
|---|---|
Optional[str]
|
The name of the current module |