vyaz-monorepo / renderers/src / CursorOptions
Interface: CursorOptions
Defined in: renderers/src/CanvasRenderer.ts:47
Options for cursor rendering.
Properties
color?
optionalcolor?:string
Defined in: renderers/src/CanvasRenderer.ts:49
Cursor color. Default: '#000'.
height?
optionalheight?:number
Defined in: renderers/src/CanvasRenderer.ts:53
Cursor height relative to baseline. If undefined, uses the line's ascent + descent.
width?
optionalwidth?:number
Defined in: renderers/src/CanvasRenderer.ts:51
Cursor width in px. Default: 1.
