joy-dom
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
joy-dom
dom-render-compose
/
com.j0y.joy.dom.render.compose
/
EventType
/
Custom
Custom
data
class
Custom
(
val
name
:
String
)
:
EventType
A custom event named by a component, e.g.
emit("rate")
→
Custom("rate")
.
Members
Constructors
Custom
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String