You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, only custom components can be bound to identifiers and manipulated afterwards. (Via e.g. priv name syntax.)
The same should be possible for html elements, which should create a strongly typed reference to their DOM element that can be filled in by a renderer. This should work similarly to event handlers, maybe just a (private) Rc<Cell<_>> is enough.
The text was updated successfully, but these errors were encountered:
Currently, only custom components can be bound to identifiers and manipulated afterwards. (Via e.g.
priv name
syntax.)The same should be possible for html elements, which should create a strongly typed reference to their DOM element that can be filled in by a renderer. This should work similarly to event handlers, maybe just a (private)
Rc<Cell<_>>
is enough.The text was updated successfully, but these errors were encountered: