Type Editor / @type-editor/commands / select-all
select-all
Variables
| Variable | Description |
|---|---|
Selects the entire document. This command creates an AllSelection that encompasses the entire document content. It's typically bound to Ctrl-A/Cmd-A to provide standard "Select All" functionality. Unlike some commands, this one always returns Param The current editor state Param Optional dispatch function to execute the transaction Example typescript |