Skip to content

Interface: EventHandle

API / @xmachines/play-dom / EventHandle

Defined in: @xmachines/json-render-dom

Handle returned by ComponentContext.on(eventName).

Properties

PropertyTypeDescriptionDefined in
boundbooleantrue if an on binding exists for this event name; false otherwise.-
emit() => voidFire the bound action, resolving params from the current state store.-
shouldPreventDefaultbooleanWhether any binding for this event has preventDefault: true.-