-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tree-Item] expose iconClickHandler #6950
Comments
This makes sense. Maybe we could use |
I think the event name here would be |
I'm seeing a potential issue with implementing this as is.
@jcfranco @geospatialem should we have a followup refactoring issue to handle this?
|
Adding a |
Related: #8945 |
Description
It would be nice if we could listen to the clicks of a user on the expand/collapse icon of a calcite-tree-item.
There is already the iconClickHandler event, but it is not exposed to the users.
Acceptance Criteria
iconClickHandler is exposed
Relevant Info
No response
Which Component
Tree-Item
Example Use Case
We would like to store the state of the tree-items if they are expanded or collapsed, and if the user goes away and returns to the tree we would like to initialize it so the items are expanded where they were expanded before.
Priority impact
p3 - want for upcoming milestone
Esri team
ArcGIS Scene Viewer
The text was updated successfully, but these errors were encountered: