Skip to content
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

add type hinting for plotly #4279

Merged
merged 4 commits into from
Nov 7, 2024
Merged

add type hinting for plotly #4279

merged 4 commits into from
Nov 7, 2024

Conversation

adhami3310
Copy link
Member

some changes are breaking

Copy link
Collaborator

@masenf masenf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was _event_data_signature removed?


# Fired when a plotly UI button is clicked.
on_button_clicked: EventHandler[_button_click_signature]
on_button_clicked: EventHandler[empty_event]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this one no longer passing through the button information

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i have tried the event and it always printed null

@adhami3310
Copy link
Member Author

_event_data_signature

because it's a really big event class that mostly transferred as an empty dict

@adhami3310 adhami3310 merged commit 3bd35f5 into main Nov 7, 2024
34 checks passed
@adhami3310 adhami3310 deleted the add-docs-for-plotly branch November 7, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants