Identifier of action to dispatch.
Optional
originalOptional
preventWhether to call preventDefault()
on the triggering event. Defaults to true. Additionally,
if preventDefault()
is called on the dispatched ActionEvent, preventDefault()
will also be
called on the triggering event regardless of the value of preventDefault
.
Optional
stopWhether to call stopPropagation()
on the triggering event. Defaults to true.
Generated using TypeDoc
Specifies how to handle an event.