public class MutationObserverInit extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String[]> |
attributeFilter |
Objs.Property<Boolean> |
attributeOldValue |
Objs.Property<Boolean> |
attributes |
Objs.Property<Boolean> |
characterData |
Objs.Property<Boolean> |
characterDataOldValue |
Objs.Property<Boolean> |
childList |
Objs.Property<Boolean> |
subtree |
Modifier | Constructor and Description |
---|---|
protected |
MutationObserverInit(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static MutationObserverInit |
$as(Object obj) |
String[] |
attributeFilter() |
Boolean |
attributeOldValue() |
Boolean |
attributes() |
Boolean |
characterData() |
Boolean |
characterDataOldValue() |
Boolean |
childList() |
Boolean |
subtree() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public Objs.Property<Boolean> childList
public Objs.Property<Boolean> attributes
public Objs.Property<Boolean> characterData
public Objs.Property<Boolean> subtree
public Objs.Property<Boolean> attributeOldValue
public Objs.Property<Boolean> characterDataOldValue
public Objs.Property<String[]> attributeFilter
protected MutationObserverInit(Objs.Constructor<?> c, Object js)
public static MutationObserverInit $as(Object obj)
public Boolean childList()
public Boolean attributes()
public Boolean characterData()
public Boolean subtree()
public Boolean attributeOldValue()
public Boolean characterDataOldValue()
public String[] attributeFilter()
Copyright © 2018. All rights reserved.