UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

14 lines (13 loc) 326 B
import { BookmarkBase } from '../bookmarks'; export class Comment extends BookmarkBase { static minCommentDate = new Date(1900, 1, 1); name; author; date; parentComment; subDocument; index; constructor(positionManager, interval) { super(positionManager, interval); } }