Skip to content

eo-typewriterjs


eo-typewriterjs / TCursorSelector

Type Alias: TCursorSelector

ts
type TCursorSelector = string | readonly string[];

Defined in: core/commands/types/type-command.type.ts:36

Description

Selects which cursor or cursors the command targets. Pass a single string id or an array of ids to target multiple cursors simultaneously. When an array is given the command is applied to each cursor in parallel - the timeline clock advances only once.

Released under the MIT License.