Skip to main content
Version: Next

Set In Screen Context

Set a value assigned to the given key in the Screen Context

Description

Set a value assigned to the given key in the Screen Context. This is especially useful to store application state.

You can observe the value by using Get From Screen Context or Get From Context with the same key from a nested context.

Inputs

  • key (Object): The key where to assigne the value
  • value (Object): The value to assign to the key
  • Control Flow (Control Flow)

Outputs

  • Control Flow (Control Flow)