spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
Event
spasm
event
Undocumented in source.
@
safe
nothrow
struct
Event {
mixin
BoolProperty
!(
"bubbles"
)
;
mixin
BoolProperty
!(
"isComposing"
)
;
mixin
IntProperty
!(
"eventPhase"
)
;
}
Members
Mixins
__anonymous
mixin
BoolProperty
!(
"bubbles"
)
Undocumented in source.
__anonymous
mixin
BoolProperty
!(
"isComposing"
)
Undocumented in source.
__anonymous
mixin
IntProperty
!(
"eventPhase"
)
Undocumented in source.
Meta
Source
See Implementation
spasm
event
enums
eventemitter
functions
addEventListenerTyped
domEvent
emit
removeEventListenerTyped
toEventType
toTuple
mixin templates
BoolProperty
IntProperty
Slot
StringProperty
structs
Event
EventEmitter
FocusEvent
InputEvent
KeyboardEvent
MouseEvent
templates
ToEvent
toListenerType