Skip to content

Commit 8f71f8a

Browse files
committed
docs: update docs
1 parent ee6f74d commit 8f71f8a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/content/api/methods.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Methods
22

3+
::: warning
4+
We highly recommend to call method when the quill editor ready, use @ready event
5+
:::
6+
7+
## getEditor()
8+
9+
- **Return:** `editor: Element`
10+
11+
Returns the Editor Element.
12+
13+
## getToolbar()
14+
15+
- **Return:** `toolbar: Element`
16+
17+
Returns the Toolbar Element.
18+
319
## getQuill()
420

521
- **Return:** `quill: Quill`

0 commit comments

Comments
 (0)