DocumentNode class
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
DocumentNode.new({String? type, ReadonlyArray<
PageNode> ? children, DocumentColorProfile? documentColorProfile, void appendChild(PageNode)?, void insertChild(num, PageNode)?, Array<PageNode> findChildren([bool (PageNode)?])?, PageNode? findChild(bool (PageNode))?, Array<Object> findAll([bool (Object)?])?, dynamic findOne(bool (Object))?, Array<Object> findAllWithCriteria<T extends List>(FindAllCriteria< Array<T> )?,WidgetNode> findWidgetNodesByWidgetId(String)?, String? id, _Intersection7? parent, String? name, bool? removed, bool? isAsset, String toString$()?, void remove()?, void setRelaunchData(Object)?, Object getRelaunchData()?, Future<Object> getCSSAsync()?, FrameNode? getTopLevelFrame()?}) -
factory
Properties
-
addDevResourceAsync
↔ Future<
void> Function(String, [String?]) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair - appendChild ↔ void Function(PageNode)
-
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair -
children
→ ReadonlyArray<
PageNode> -
Available on DocumentNode, provided by the DocumentNode$Typings extension
no setter -
deleteDevResourceAsync
↔ Future<
void> Function(String) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair - documentColorProfile → DocumentColorProfile
-
Available on DocumentNode, provided by the DocumentNode$Typings extension
no setter -
editDevResourceAsync
↔ Future<
void> Function(String, dynamic) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair -
findAll
↔ Array<
Object> Function([bool (Object)?]) -
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair -
findAllWithCriteria
↔ Array<
Object> Function<T extends List>(FindAllCriteria< T> ) -
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair - findChild ↔ PageNode? Function(bool (PageNode))
-
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair -
findChildren
↔ Array<
PageNode> Function([bool (PageNode)?]) -
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair - findOne ↔ dynamic Function(bool (Object))
-
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair -
findWidgetNodesByWidgetId
↔ Array<
WidgetNode> Function(String) -
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair -
getCSSAsync
↔ Future<
Object> Function() -
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair -
getDevResourcesAsync
↔ Future<
List< Function([dynamic])DevResourceWithNodeId> > -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair - getPluginData ↔ String Function(String)
-
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair -
getPluginDataKeys
↔ List<
String> Function() -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair - getRelaunchData ↔ Object Function()
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair - getTopLevelFrame ↔ FrameNode? Function()
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
no setter - insertChild ↔ void Function(num, PageNode)
-
Available on DocumentNode, provided by the DocumentNode$Typings extension
getter/setter pair - isAsset → bool
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
no setter - name ↔ String
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair - parent → _Intersection7?
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
no setter - remove ↔ void Function()
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair - removed → bool
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
setDevResourcePreviewAsync
↔ Future<
void> Function(String, PlainTextElement) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair - setPluginData ↔ void Function(String, String)
-
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair - setRelaunchData ↔ void Function(Object)
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair -
Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension
getter/setter pair - toString$ ↔ String Function()
-
Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension
getter/setter pair - type → String
-
Available on DocumentNode, provided by the DocumentNode$Typings extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited