PageNode class

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

PageNode.new({String? type, ReadonlyArray<Guide>? guides, ReadonlyArray<SceneNode>? selection, IInline81? selectedTextRange, ReadonlyArray<IInline82>? flowStartingPoints, ReadonlyArray<Object>? backgrounds, ReadonlyArray<Object>? prototypeBackgrounds, BaseNodeMixin? prototypeStartNode, bool? isPageDivider, SlideNode? focusedSlide, PageNode clone()?, Future<void> loadAsync()?, void on(String, void (NodeChangeEvent))?, void once(String, void (NodeChangeEvent))?, void off(String, void (NodeChangeEvent))?, String? id, _Intersection7? parent, String? name, bool? removed, bool? isAsset, String toString$()?, void remove()?, void setRelaunchData(Object)?, Object getRelaunchData()?, Future<Object> getCSSAsync()?, FrameNode? getTopLevelFrame()?, ReadonlyArray<SceneNode>? children, void appendChild(SceneNode)?, void insertChild(num, SceneNode)?, List<SceneNode> findChildren([bool (SceneNode)?])?, SceneNode? findChild(bool (SceneNode))?, List<SceneNode> findAll([bool (SceneNode)?])?, SceneNode? findOne(bool (SceneNode))?, Array<Object> findAllWithCriteria<T extends List>(FindAllCriteria<T>)?, Array<WidgetNode> findWidgetNodesByWidgetId(String)?, ReadonlyArray<Object>? exportSettings, Object? explicitVariableModes, List<Measurement> getMeasurements()?, List<Measurement> getMeasurementsForNode(SceneNode)?, Measurement addMeasurement(dynamic, dynamic, [dynamic])?, Measurement editMeasurement(String, dynamic)?, void deleteMeasurement(String)?})
factory

Properties

addDevResourceAsync Future<void> Function(String, [String?])

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
addMeasurement Measurement Function(dynamic, dynamic, [dynamic])

Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension

getter/setter pair
appendChild ↔ void Function(SceneNode)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
backgrounds ReadonlyArray<Object>

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
children ReadonlyArray<SceneNode>

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

no setter
clearExplicitVariableModeForCollection → ({void Function(String collectionId) $1, void Function(VariableCollection collection) $2})

Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension

Overload accessor: $1, $2
no setter
clone PageNode Function()

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
deleteDevResourceAsync Future<void> Function(String)

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
deleteMeasurement ↔ void Function(String)

Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension

getter/setter pair
editDevResourceAsync Future<void> Function(String, dynamic)

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
editMeasurement Measurement Function(String, dynamic)

Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension

getter/setter pair
explicitVariableModes Object

Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension

getter/setter pair
exportAsync → ({Future<Uint8List> Function([Object? settings]) $1, Future<String> Function(ExportSettingsSVGString settings) $2, Future<Object> Function(ExportSettingsREST settings) $3})

Available on ExportMixin, provided by the ExportMixin$Typings extension

Overload accessor: $1, $2, $3
no setter
exportSettings ReadonlyArray<Object>

Available on ExportMixin, provided by the ExportMixin$Typings extension

getter/setter pair
findAll List<SceneNode> Function([bool (SceneNode)?])

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findAllWithCriteria Array<Object> Function<T extends List>(FindAllCriteria<T>)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findChild SceneNode? Function(bool (SceneNode))

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findChildren List<SceneNode> Function([bool (SceneNode)?])

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findOne SceneNode? Function(bool (SceneNode))

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
findWidgetNodesByWidgetId Array<WidgetNode> Function(String)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
flowStartingPoints ReadonlyArray

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
focusedSlide SlideNode?

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
getCSSAsync Future<Object> Function()

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
getDevResourcesAsync Future<List<DevResourceWithNodeId>> Function([dynamic])

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
getMeasurements List<Measurement> Function()

Available on MeasurementsMixin, provided by the MeasurementsMixin$Typings extension

getter/setter pair
getMeasurementsForNode List<Measurement> Function(SceneNode)

Available on MeasurementsMixin, provided by the MeasurementsMixin$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
getSharedPluginData String Function(String, String)

Available on PluginDataMixin, provided by the PluginDataMixin$Typings extension

getter/setter pair
getSharedPluginDataKeys List<String> Function(String)

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
guides ReadonlyArray<Guide>

Available on PageNode, provided by the PageNode$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, SceneNode)

Available on ChildrenMixin, provided by the ChildrenMixin$Typings extension

getter/setter pair
isAsset bool

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

no setter
isPageDivider bool

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
loadAsync Future<void> Function()

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
name String

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

getter/setter pair
off ↔ void Function(String, void (NodeChangeEvent))

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
on ↔ void Function(String, void (NodeChangeEvent))

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
once ↔ void Function(String, void (NodeChangeEvent))

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
parent → _Intersection7?

Available on BaseNodeMixin, provided by the BaseNodeMixin$Typings extension

no setter
prototypeBackgrounds ReadonlyArray<Object>

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
prototypeStartNode BaseNodeMixin?

Available on PageNode, provided by the PageNode$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
selectedTextRange ↔ dynamic

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
selection ReadonlyArray<SceneNode>

Available on PageNode, provided by the PageNode$Typings extension

getter/setter pair
setDevResourcePreviewAsync Future<void> Function(String, PlainTextElement)

Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension

getter/setter pair
setExplicitVariableModeForCollection → ({void Function(String collectionId, String modeId) $1, void Function(VariableCollection collection, String modeId) $2})

Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension

Overload accessor: $1, $2
no setter
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
setSharedPluginData ↔ void Function(String, String, String)

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 PageNode, provided by the PageNode$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

Static Properties

type String
no setter