eo-typewriterjs / TTypewriterOptions
Type Alias: TTypewriterOptions
ts
type TTypewriterOptions = object;Defined in: index.ts:61
Description
Options for creating a typewriter instance
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
renderer | readonly | IRenderer | - | index.ts:62 |
cursor? | readonly | TCursorRenderOptions | Description Default render options applied to all cursors. Individual cursors inherit these at creation time. | index.ts:69 |
audio? | readonly | TAudioOptions | Description Audio configuration for typing and delete sounds. Audio is disabled by default when this field is omitted. Pass { enabled: true } (or any options object) to turn on typing sounds. | index.ts:77 |