Skip to content

eo-typewriterjs


eo-typewriterjs / TUnselectCommand

Type Alias: TUnselectCommand

ts
type TUnselectCommand = TBaseCommand & object;

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

Type Declaration

NameTypeDefined in
kindtypeof UNSELECTcore/commands/types/unselect-command.type.ts:13
cursorTCursorSelectorcore/commands/types/unselect-command.type.ts:14

Description

A command that clears the active text selection for one or more cursors. If the targeted cursor has no active selection the state is left unchanged.

Released under the MIT License.