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.
suresh 7185b2d1c4
Removed multer
3 years ago
..
README.md Removed multer 3 years ago
browser.ts Removed multer 3 years ago
capturekeys.ts Removed multer 3 years ago
clipboard.ts Removed multer 3 years ago
decoration.ts Removed multer 3 years ago
dom.ts Removed multer 3 years ago
domchange.ts Removed multer 3 years ago
domcoords.ts Removed multer 3 years ago
domobserver.ts Removed multer 3 years ago
index.ts Removed multer 3 years ago
input.ts Removed multer 3 years ago
selection.ts Removed multer 3 years ago
viewdesc.ts Removed multer 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