mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-19 05:37:51 +08:00
13 lines
139 B
Markdown
13 lines
139 B
Markdown
|
# clearContent
|
||
|
|
||
|
See also: [setContent](/api/commands/set-content)
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```js
|
||
|
this.editor.commands.clearContent()
|
||
|
```
|
||
|
|