-
Given I have a |
Beta Was this translation helpful? Give feedback.
Answered by
kezz
Nov 22, 2021
Replies: 1 comment
-
Yes, it's possible. You can obtain the hover event of a component, and, if the value of that hover event is a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kezz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's possible. You can obtain the hover event of a component, and, if the value of that hover event is a
Component
, you can manipulate this component as much as you would like before setting it as the hover event of the original component again.