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.