tiptap/docs/api/commands/select-all.md
2021-09-16 14:41:25 +02:00

9 lines
125 B
Markdown

# selectAll
Selects the whole document at once.
## Usage
```js
// Select the whole document
editor.commands.selectAll()
```