Skip to content

Commit 8378595

Browse files
author
Katochimoto
committed
up jsdoc
1 parent a854963 commit 8378595

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

docs/index.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,24 @@ function bubbleDeformation(node) {
3333
- `separatorCond` - A function to check the conditions of formation of the bubble after you enter the delimiter.
3434
- `tokenizer` - The function of the formation bubbles. Ignores `begining`, `ending` and `separator`.
3535

36+
### Events
3637

37-
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
38+
- `before-remove` - Triggered before removing the bubble.
39+
- `bubble-edit` - Triggered after the start of the edit bubble.
40+
- `bubble-input` - Срабатывает в процессе ввода значения пузыря.
41+
- `change` - Change the list of bubbles.
42+
- `x-bubbles-ready` - Event readiness custom elements. Triggered on the window.
3843

39-
### Jekyll Themes
44+
### Properties
4045

41-
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/Katochimoto/x-bubbles/settings). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
46+
- `items` - The list of bubbles.
47+
- `inputValue` - Input value.
4248

43-
### Support or Contact
49+
### Methods
4450

45-
Having trouble with Pages? Check out our [documentation](https://help.github.com/categories/github-pages-basics/) or [contact support](https://github.com/contact) and we’ll help you sort it out.
51+
- `options(string: name, [value]): *` - Changing and getting options.
52+
- `setContent(string: data): boolean` - Set contents of the bubbles.
53+
- `addBubble(string: bubbleText, [object: data]): boolean` - Add bubble.
54+
- `removeBubble(HTMLElement: nodeBubble): boolean` - Remove bubble.
55+
- `editBubble(HTMLElement: nodeBubble): boolean` - Edit bubble.
56+
- `bubbling()` - Starting formation bablow.

0 commit comments

Comments
 (0)