Skip to content

eo-typewriterjs


eo-typewriterjs / TCursorState

Type Alias: TCursorState

ts
type TCursorState = object;

Defined in: core/state/types/cursor-state.type.ts:9

Description

The runtime state of a single cursor

Properties

PropertyModifierTypeDefined in
idreadonlystringcore/state/types/cursor-state.type.ts:10
indexreadonlynumbercore/state/types/cursor-state.type.ts:11
visiblereadonlybooleancore/state/types/cursor-state.type.ts:12
renderOptionsreadonlyTResolvedCursorRenderOptionscore/state/types/cursor-state.type.ts:13

Released under the MIT License.