eo-typewriterjs / TCursorRenderOptions
Type Alias: TCursorRenderOptions
ts
type TCursorRenderOptions = object;Defined in: core/cursor/types/cursor-render-options.type.ts:33
Description
Render configuration for a cursor. All properties are optional.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
visible? | readonly | boolean | core/cursor/types/cursor-render-options.type.ts:34 |
className? | readonly | string | core/cursor/types/cursor-render-options.type.ts:35 |
kind? | readonly | TCursorKind | core/cursor/types/cursor-render-options.type.ts:36 |
content? | readonly | string | core/cursor/types/cursor-render-options.type.ts:37 |
attrs? | readonly | Readonly<Record<string, string>> | core/cursor/types/cursor-render-options.type.ts:38 |
animation? | readonly | TCursorAnimation | core/cursor/types/cursor-render-options.type.ts:39 |