You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
browser.ts | 3 years ago | |
capturekeys.ts | 3 years ago | |
clipboard.ts | 3 years ago | |
decoration.ts | 3 years ago | |
dom.ts | 3 years ago | |
domchange.ts | 3 years ago | |
domcoords.ts | 3 years ago | |
domobserver.ts | 3 years ago | |
index.ts | 3 years ago | |
input.ts | 3 years ago | |
selection.ts | 3 years ago | |
viewdesc.ts | 3 years ago |
README.md
ProseMirror's view module displays a given editor state in the DOM, and handles user events.
Make sure you load style/prosemirror.css
as a stylesheet when using
this module.
@EditorView
Props
@EditorProps
@NodeViewConstructor
@MarkViewConstructor
@DirectEditorProps
@NodeView
@DOMEventMap
Decorations
Decorations make it possible to influence the way the document is drawn, without actually changing the document.
@Decoration
@DecorationAttrs
@DecorationSet
@DecorationSource