Module

Quill.API.Events

Package
purescript-quill
Repository
jmackie/purescript-quill

#onTextChange Source

onTextChange :: forall eff. (Ops -> Ops -> Source -> Eff eff Unit) -> (MultipleErrors -> Eff eff Unit) -> Editor -> API (quill :: QUILL | eff) Unit

https://quilljs.com/docs/api/#text-change

#onSelectionChange Source

#fallbackIgnore Source

fallbackIgnore :: forall eff. MultipleErrors -> Eff eff Unit