mdgriffith / stylish-elephants / Element.Events

Mouse Events

onClick : msg -> Element.Attribute msg

onDoubleClick : msg -> Element.Attribute msg

onMouseDown : msg -> Element.Attribute msg

onMouseUp : msg -> Element.Attribute msg

onMouseEnter : msg -> Element.Attribute msg

onMouseLeave : msg -> Element.Attribute msg

onMouseMove : msg -> Element.Attribute msg

Focus Events

onFocus : msg -> Element.Attribute msg

onLoseFocus : msg -> Element.Attribute msg