[feat] Add BidiComponentContext Interface#12751
Merged
sfc-gh-bnisco merged 1 commit intodevelopfrom Oct 24, 2025
Merged
Conversation
This was referenced Oct 10, 2025
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
This was referenced Oct 10, 2025
Contributor
✅ PR preview is ready!
|
This was referenced Oct 10, 2025
Collaborator
Author
This was referenced Oct 10, 2025
e61210d to
8d78701
Compare
91a943e to
31e24c0
Compare
8d78701 to
b303f6c
Compare
31e24c0 to
6aaed3e
Compare
b303f6c to
454f5fb
Compare
9414fbc to
0e5330d
Compare
31ca775 to
c16e71a
Compare
0e5330d to
8dc20d9
Compare
c16e71a to
1d3740e
Compare
8dc20d9 to
90e87dd
Compare
1d3740e to
a8e306c
Compare
90e87dd to
27fc90e
Compare
a8e306c to
99ca68a
Compare
27fc90e to
771c9cf
Compare
99ca68a to
4ce00d5
Compare
771c9cf to
2974b65
Compare
4ce00d5 to
563d40a
Compare
2974b65 to
f5f5b18
Compare
563d40a to
74b3a6d
Compare
f5f5b18 to
ad6a296
Compare
74b3a6d to
ee42c38
Compare
ad6a296 to
82c5d00
Compare
82c5d00 to
e32bf13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Describe your changes
The
BidiComponentContextprovides a structured way to share component state and functionality across the component tree, including:This context is the central point for state management and communication between the CCv2 instance and the rest of the system.
GitHub Issue Link (if applicable)
Testing Plan
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.