devexpress-richedit
Version:
DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.
10 lines (9 loc) • 468 B
TypeScript
import { ConstInterval } from '@devexpress/utils/lib/intervals/const';
export declare class SubDocumentChangesStorer {
private map;
private static readonly intervalTemplate;
addChange(subDocumentId: number, interval: ConstInterval): void;
addChanges(subDocumentId: number, intervals: ConstInterval[]): void;
finalizeChanges(subDocumentId: number, intervals: ConstInterval[]): ConstInterval[] | null;
private getSubDocumentIntervals;
}