Module

Pha.Html.Events

Package
purescript-pha
Repository
gbagan/purescript-pha

#on Source

on :: forall msg. String -> EventHandler msg -> Prop msg

#onClick Source

onClick :: forall msg. (MouseEvent -> msg) -> Prop msg

#onClick' Source

onClick' :: forall msg. (MouseEvent -> Effect (Maybe msg)) -> Prop msg

#onAuxClick Source

onAuxClick :: forall msg. (MouseEvent -> msg) -> Prop msg

#onContextMenu Source

onContextMenu :: forall msg. (MouseEvent -> msg) -> Prop msg

#onContextMenuPrevent Source

onContextMenuPrevent :: forall msg. (MouseEvent -> msg) -> Prop msg

#onPointerDown Source

onPointerDown :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerDown' Source

onPointerDown' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onPointerEnter Source

onPointerEnter :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerEnter' Source

onPointerEnter' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onPointerLeave Source

onPointerLeave :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerLeave' Source

onPointerLeave' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onPointerMove Source

onPointerMove :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerMove' Source

onPointerMove' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onPointerOut Source

onPointerOut :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerOut' Source

onPointerOut' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onPointerOver Source

onPointerOver :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerOver' Source

onPointerOver' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onPointerUp Source

onPointerUp :: forall msg. (PointerEvent -> msg) -> Prop msg

#onPointerUp' Source

onPointerUp' :: forall msg. (PointerEvent -> Effect (Maybe msg)) -> Prop msg

#onBlur Source

onBlur :: forall msg. (FocusEvent -> msg) -> Prop msg

#onFocus Source

onFocus :: forall msg. (FocusEvent -> msg) -> Prop msg

#onFocusIn Source

onFocusIn :: forall msg. (FocusEvent -> msg) -> Prop msg

#onFocusOut Source

onFocusOut :: forall msg. (FocusEvent -> msg) -> Prop msg

#onChecked Source

onChecked :: forall msg. (Boolean -> msg) -> Prop msg

#onValueChange Source

onValueChange :: forall msg. (String -> msg) -> Prop msg