Module

Quill.API.Editor

Package
purescript-quill
Repository
jmackie/purescript-quill

#blur Source

blur :: forall eff. Editor -> API (quill :: QUILL | eff) Unit

https://quilljs.com/docs/api/#blur

#disable Source

#enable Source

#focus Source

focus :: forall eff. Editor -> API (quill :: QUILL | eff) Unit

https://quilljs.com/docs/api/#focus

#update Source

update :: forall eff. Source -> Editor -> Eff (quill :: QUILL | eff) Unit

https://quilljs.com/docs/api/#update