pure MutationObserver init options
- Source:
- See:
Properties:
Name | Type | Argument | Description |
---|---|---|---|
childList |
Boolean |
<optional> |
target 의 하위 요소 추가 / 삭제 감지 유무 |
attributes |
Boolean |
<optional> |
target 의 속성 변경 감지 유무 |
characterData |
Boolean |
<optional> |
target 의 데이터 변경 감지 유무 |
subtree |
Boolean |
<optional> |
target 의 하위 요소 변경 사항 감지 유무 |
attributeOldValue |
Boolean |
<optional> |
attributeOldValue TBD |
characterDataOldValue |
Boolean |
<optional> |
TBD |
attributeFilter |
Array.<String> |
<optional> |