Skip to content

Commit d7127b3

Browse files
authored
Update article.md
1 parent 51b00eb commit d7127b3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ observer.observe(node, config);
2222
```
2323
(کانفیگ)`config` یک شی با boolean options "به چه نوع تغییراتی باید واکنش نشان داد" است:
2424
- `childList` -- `node` از direct children تغییراتی در
25-
- `subtree` -- in all descendants of `node`,
26-
- `attributes` -- attributes of `node`,
27-
- `attributeFilter` -- an array of attribute names, to observe only selected ones.
25+
- `subtree` --`node` در همه فرزندان
26+
- `attributes` -- attributes های `node`,
27+
- `attributeFilter` --که فقط سلکت شده ها را ببینیم ،attribute name یک ارایه از
2828
- `characterData` -- whether to observe `node.data` (text content),
2929

3030
Few other options:

0 commit comments

Comments
 (0)