Module

Quill.API.Events

Package
purescript-quill
Repository
jmackie4/purescript-quill

#onTextChange Source

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

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

#onSelectionChange Source

onSelectionChange :: forall a eff. (Range -> Range -> Source -> Eff eff a) -> (MultipleErrors -> Eff eff a) -> Editor -> API (quill :: QUILL | eff) Unit

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

#fallbackIgnore Source

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