SceneNodeMixin class
- Implemented types
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
SceneNodeMixin.new({bool? visible, bool? locked, List<
SceneNode> ? stuckNodes, List<ConnectorNode> ? attachedConnectors, dynamic componentPropertyReferences, _Intersection8? boundVariables, _Intersection9? inferredVariables, Object? resolvedVariableModes, Object? explicitVariableModes}) -
factory
Properties
-
attachedConnectors
→ List<
ConnectorNode> -
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
no setter - boundVariables → _Intersection8?
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$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, $2no setter - componentPropertyReferences ↔ dynamic
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
getter/setter pair - explicitVariableModes ↔ Object
-
Available on ExplicitVariableModesMixin, provided by the ExplicitVariableModesMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- inferredVariables → _Intersection9?
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
no setter - locked ↔ bool
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
getter/setter pair - resolvedVariableModes ↔ Object
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setBoundVariable → ({void Function(Object field, [String? variableId]) $1, void Function(Object field, [Variable? variable]) $2})
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
Overload accessor: $1, $2no setter - 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, $2no setter -
stuckNodes
→ List<
SceneNode> -
Available on SceneNodeMixin, provided by the SceneNodeMixin$Typings extension
no setter - visible ↔ bool
-
Available on SceneNodeMixin, provided by the SceneNodeMixin$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