You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/index.md
+16-5
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,24 @@ function bubbleDeformation(node) {
33
33
-`separatorCond` - A function to check the conditions of formation of the bubble after you enter the delimiter.
34
34
-`tokenizer` - The function of the formation bubbles. Ignores `begining`, `ending` and `separator`.
35
35
36
+
### Events
36
37
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.
38
43
39
-
### Jekyll Themes
44
+
### Properties
40
45
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.
42
48
43
-
### Support or Contact
49
+
### Methods
44
50
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.
0 commit comments