InspectorNode class

Inheritance

Constructors

InspectorNode(Node referencedNode)
DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.

Properties

attributes List<String>?
no setter
backendNodeId int
The BackendNodeId for this node. Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.
getter/setter pair
childNodeCount int
no setter
hashCode int
The hash code for this object.
no setterinherited
localName String?
Node's localName.
getter/setter pair
nodeId int
Node identifier that is passed into the rest of the DOM messages as the nodeId. Backend will only push node with given id once. It is aware of all requested nodes and will only fire DOM events for nodes known to the client.
no setter
nodeName String
Node's nodeName.
no setter
nodeType int
Node's nodeType.
no setter
nodeValue String
Node's nodeValue.
no setter
parentId int
Optional. The id of the parent node if any.
no setter
referencedNode ↔ Node
Reference backend Kraken DOM Node.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited