tiptap/docs/api/commands/select-all.md

9 lines
125 B
Markdown
Raw Normal View History

2021-04-21 17:03:33 +08:00
# selectAll
2021-06-23 03:35:39 +08:00
Selects the whole document at once.
2021-04-21 17:03:33 +08:00
2021-06-23 03:35:39 +08:00
## Usage
```js
// Select the whole document
editor.commands.selectAll()
```