RootElement
Properties
This is a delicate API that exposes the raw attribute backing without any type safety. This is frequently used by the internals of Krayon, but is likely something you shouldn't use as a library consumer. That said, it's still exposed for the cases where it's necessary. When using this, be very careful not to clobber existing attributes.
If set, this callback is invoked when onClick is called but no descendant element handles that event.
Functions
Entry point for dispatching click events. Usually you won't need to call this, and it will be handled by your platform-specific ElementView.
Entry point for dispatching hover events, both start and move. Usually you won't need to call this, and it will be handled by your platform-specific ElementView.
Entry point for dispatching hover-end events. Usually you won't need to call this, and it will be handled by your platform-specific ElementView.