BaseNodeMixin class
- Implemented types
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
BaseNodeMixin.new({String? id, _Intersection7? parent, String? name, bool? removed, bool? isAsset, String toString$()?, void remove()?, void setRelaunchData(Object)?, Object getRelaunchData()?, Future<
Object> getCSSAsync()?, FrameNode? getTopLevelFrame()?, String getPluginData(String)?, void setPluginData(String, String)?, List<String> getPluginDataKeys()?, Future<List< getDevResourcesAsync([dynamic])?, Future<DevResourceWithNodeId> >void> addDevResourceAsync(String, [String?])?, Future<void> editDevResourceAsync(String, dynamic)?, Future<void> deleteDevResourceAsync(String)?, Future<void> setDevResourcePreviewAsync(String, PlainTextElement)?}) -
factory
Properties
-
addDevResourceAsync
↔ Future<
void> Function(String, [String?]) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair -
deleteDevResourceAsync
↔ Future<
void> Function(String) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair -
editDevResourceAsync
↔ Future<
void> Function(String, dynamic) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$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 - 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
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