| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.dom | |
| com.qeagle.devtools.protocol.types.domsnapshot |
| Modifier and Type | Method and Description |
|---|---|
ShadowRootType |
Node.getShadowRootType()
Shadow root type.
|
static ShadowRootType |
ShadowRootType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShadowRootType[] |
ShadowRootType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setShadowRootType(ShadowRootType shadowRootType)
Shadow root type.
|
| Modifier and Type | Method and Description |
|---|---|
ShadowRootType |
DOMNode.getShadowRootType()
Shadow root type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DOMNode.setShadowRootType(ShadowRootType shadowRootType)
Shadow root type.
|
Copyright © 2020. All rights reserved.