Ui.Events
Mouse
onClick
:
msg ->
Attribute
msg
onDoubleClick
:
msg ->
Attribute
msg
onMouseDown
:
msg ->
Attribute
msg
onMouseUp
:
msg ->
Attribute
msg
onMouseEnter
:
msg ->
Attribute
msg
onMouseLeave
:
msg ->
Attribute
msg
onMouseMove
:
msg ->
Attribute
msg
Focus
onFocus
:
msg ->
Attribute
msg
onLoseFocus
:
msg ->
Attribute
msg
Keyboard
onKey
:
Key
-> msg ->
Attribute
msg
type
Key
enter
:
Key
space
:
Key
up
:
Key
down
:
Key
left
:
Key
right
:
Key
backspace
:
Key
key
:
String
->
Key
Custom
on
:
String
->
Decoder
msg ->
Attribute
msg
stopPropagationOn
:
String
->
Decoder
( msg,
Bool
) ->
Attribute
msg
preventDefaultOn
:
String
->
Decoder
( msg,
Bool
) ->
Attribute
msg
custom
:
String
->
Decoder
{ message
:
msg
, stopPropagation
:
Bool
, preventDefault
:
Bool
}
->
Attribute
msg
elm doc
preview
Open Files
Close Preview
README
Browse Source
Ui
Ui.Accessibility
Ui.Anim
Ui.Events
Ui.Font
Ui.Gradient
Ui.Input
Ui.Keyed
Ui.Layout
Ui.Lazy
Ui.Prose
Ui.Responsive
Ui.Shadow
Ui.Table