-
Hi, However none of these properties are actually exposed as $bindable. The issue exists for other components as well (e.g. Card). Is there a clean method to actually bind to the underlying DOM element of a component? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
There is no way to do this. This is a bug, we should be filtering these types out so they don't even come up in autocomplete. |
Beta Was this translation helpful? Give feedback.
-
Okay, so while we could do this by exposing every property as |
Beta Was this translation helpful? Give feedback.
-
Thanks, so I guess that means its not really feasible (at least easily) currently. For now I worked around it by using ElementRect from runed, which works nicely, but it seems a bit more "boilerplatey" than using the built in svelte way.. |
Beta Was this translation helpful? Give feedback.
There is no way to do this. This is a bug, we should be filtering these types out so they don't even come up in autocomplete.