eo-typewriterjs / TResolvedCursorRenderOptions
Type Alias: TResolvedCursorRenderOptions
ts
type TResolvedCursorRenderOptions = Required<Omit<TCursorRenderOptions, "attrs">> & object;Defined in: core/cursor/types/cursor-render-options.type.ts:46
Type Declaration
| Name | Type | Defined in |
|---|---|---|
attrs | Readonly<Record<string, string>> | core/cursor/types/cursor-render-options.type.ts:47 |
animation | TCursorAnimation | core/cursor/types/cursor-render-options.type.ts:48 |
Description
Fully resolved cursor render options - all fields present