Skip to main content
Version: Next

Get From Current Context

Return the value assigned to a given key in the Application Context

Description

Return the value assigned to a given key in the current context. Note that contexts are inherited, so a value assigned in a parent context is visible in the child contexts.

Inputs

  • key (Object): The key where the value has been assigned to

Outputs

  • value (Object): The value found in the context