Module

Clipboard

Package
purescript-clipboard
Repository
slamdata/purescript-clipboard

#Clipboard Source

data Clipboard :: Type

#fromElementWithTarget Source

fromElementWithTarget :: Element -> Effect Element -> Effect Clipboard

Registers a click handler on an Event, which triggers the passed Eff and copies the text inside the returned element to the clipboard.

Modules
Clipboard