miniBill / elm-ui-with-context / Element.WithContext.Events

Mouse Events

onClick : msg -> Element.WithContext.Attribute context msg

onDoubleClick : msg -> Element.WithContext.Attribute context msg

onMouseDown : msg -> Element.WithContext.Attribute context msg

onMouseUp : msg -> Element.WithContext.Attribute context msg

onMouseEnter : msg -> Element.WithContext.Attribute context msg

onMouseLeave : msg -> Element.WithContext.Attribute context msg

onMouseMove : msg -> Element.WithContext.Attribute context msg

Focus Events

onFocus : msg -> Element.WithContext.Attribute context msg

onLoseFocus : msg -> Element.WithContext.Attribute context msg