Module context

Module context 

Source

Functionsยง

consume_context
consume_root_context
provide_context
provide_context_for_scope_id
try_consume_context
try_consume_context_from_scope_id
try_consume_root_context
use_consume
Get access to a value stored in this component instance or some ancestor.
use_provide_context
Store the given value in this component instance. Any descendant component of this component calling use_consume or consume_context will have access to it.
use_try_consume
Try to get access to a value stored in this component instance or some ancestor.