Module
React.Aria.Button
- Package
- purescript-react-aria
- Repository
- rowtype-yoga/purescript-react-aria
#ButtonPropsImpl Source
type ButtonPropsImpl :: Row Type
type ButtonPropsImpl = ("aria-controls" :: String, "aria-describedby" :: String, "aria-details" :: String, "aria-expanded" :: Boolean, "aria-haspopup" :: OneOf Boolean String, "aria-label" :: String, "aria-labelledby" :: String, "aria-pressed" :: Boolean, elementType :: String, excludeFromTabOrder :: Boolean, href :: String, isDisabled :: Boolean, onPress :: EventHandler, onPressChange :: EffectFn1 Boolean Unit, onPressEnd :: EventHandler, onPressStart :: EventHandler, onPressUp :: EventHandler, preventFocusOnPress :: Boolean, rel :: String, target :: String, type :: String)
#PressEventImpl Source
type PressEventImpl = { ctrlKey :: Boolean, metaKey :: Boolean, pointerType :: String, shiftKey :: Boolean, target :: HTMLElement, type :: String }