@univerjs/docs v0.4.2 • Docs
@univerjs/docs
Classes
Class | Description |
---|---|
DocInterceptorService | Every render module should implement this interface. |
DocSelectionManagerService | This service is for text selection. |
DocSkeletonManagerService | This service is for document build and manage doc skeletons. It also manages DocumentViewModels. |
DocStateEmitService | - |
UniverDocsPlugin | Plug-in base class, all plug-ins must inherit from this base class. Provide basic methods. |
Interfaces
Interface | Description |
---|---|
IDocStateChangeInfo | - |
IDocStateChangeParams | - |
IRichTextEditingMutationParams | - |
ISetTextSelectionsOperationParams | - |
IUniverDocsConfig | - |
Variables
Variable | Description |
---|---|
DOC_INTERCEPTOR_POINT | - |
RichTextEditingMutation | The core mutator to change rich text actions. The execution result would be undo mutation params. Could be directly send to undo redo service (will be used by the triggering command). |
SetTextSelectionsOperation | - |