Interface ITextEngineWrapper
Package: @aurigma/design-atoms-text
Properties
colorPalette
Color palette.
Declaration
colorPalette: IColorPalette;Property Value
| Type | Description | 
|---|---|
| IColorPalette | Color palette. | 
cursorHandler
Handler for performing simple operations with the cursor.
Declaration
cursorHandler: ICursorHandler;Property Value
| Type | Description | 
|---|---|
| ICursorHandler | Handler for performing simple operations with the cursor. | 
metadataHandler
Handler for performing simple operations with text metadata.
Declaration
metadataHandler: IMetadataHandler;Property Value
| Type | Description | 
|---|---|
| IMetadataHandler | Handler for performing simple operations with text metadata. | 
selectionHandler
Handler for performing simple operations with text selection.
Declaration
selectionHandler: ISelectionHandler;Property Value
| Type | Description | 
|---|---|
| ISelectionHandler | Handler for performing simple operations with text selection. | 
styleHandler
Handler for performing simple operations with paragraph and character styles.
Declaration
styleHandler: IStyleHandler;Property Value
| Type | Description | 
|---|---|
| IStyleHandler | Handler for performing simple operations with paragraph and character styles. | 
textHandler
Handler for performing simple operations with text content.
Declaration
textHandler: ITextHandler;Property Value
| Type | Description | 
|---|---|
| ITextHandler | Handler for performing simple operations with text content. | 
undoRedoHandler
Handler for performing operations with redoing and undoing of actions.
Declaration
undoRedoHandler: IUndoRedoHandler;Property Value
| Type | Description | 
|---|---|
| IUndoRedoHandler | Handler for performing operations with redoing and undoing of actions. |