Module
Quill.API
- Package
- purescript-quill
- Repository
- jmackie4/purescript-quill
Re-exports from Quill.API.API
#API Source
type API eff a = ExceptT MultipleErrors (Eff eff) a
API calls are effectful, and may also fail in handling the returned value.
Re-exports from Quill.API.Content
#updateContents Source
#setContents Source
#insertEmbed Source
#getText Source
#getContents Source
getContents :: forall eff. Index -> DefaultArg Length -> Editor -> API (quill :: QUILL | eff) Ops
#deleteText Source
Re-exports from Quill.API.Editor
Re-exports from Quill.API.Events
#onTextChange Source
#onSelectionChange Source
#fallbackIgnore Source
fallbackIgnore :: forall eff. MultipleErrors -> Eff eff Unit