Interface IRenderManager
Package: @aurigma/design-atoms-text
Methods
clearCursor()
Declaration
clearCursor(): void;Returns
| Type | Description | 
|---|---|
| void | 
drawCursor(isSelectionActive, isForce)
Declaration
drawCursor(isSelectionActive: boolean, isForce?: boolean): void;Parameters
| Type | Name | Description | 
|---|---|---|
| boolean | isSelectionActive | |
| boolean | isForce | 
Returns
| Type | Description | 
|---|---|
| void | 
drawSelection(selection)
Declaration
drawSelection(selection: ITextRange): void;Parameters
| Type | Name | Description | 
|---|---|---|
| ITextRange | selection | 
Returns
| Type | Description | 
|---|---|
| void | 
drawText()
Declaration
drawText(): void;Returns
| Type | Description | 
|---|---|
| void |