eo-typewriterjs / TUnselectCommand
Type Alias: TUnselectCommand
ts
type TUnselectCommand = TBaseCommand & object;Defined in: core/commands/types/unselect-command.type.ts:12
Type Declaration
| Name | Type | Defined in |
|---|---|---|
kind | typeof UNSELECT | core/commands/types/unselect-command.type.ts:13 |
cursor | TCursorSelector | core/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.