packages/components/externals/quill/quill-editor.interfaces.ts
Properties |
|
| bounds |
bounds:
|
Type : HTMLElement | string
|
| Optional |
| debug |
debug:
|
Type : "error" | "warn" | "log" | unknown
|
| Optional |
| format |
format:
|
Type : QuillFormat
|
| Optional |
| formats |
formats:
|
Type : any
|
| Optional |
| modules |
modules:
|
Type : QuillModules
|
| Optional |
| placeholder |
placeholder:
|
Type : string
|
| Optional |
| readOnly |
readOnly:
|
Type : boolean
|
| Optional |
| scrollingContainer |
scrollingContainer:
|
Type : HTMLElement | string | null
|
| Optional |
| theme |
theme:
|
Type : string
|
| Optional |
| trackChanges |
trackChanges:
|
Type : "user" | "all"
|
| Optional |