MeshElement class
Methods
-
addListener(void listener())
→ void
-
inherited
-
appendJson(Map<String, dynamic> json)
→ MeshElement
-
-
createChildElement(String tagName, Map<String, dynamic> attributes, {String? id})
→ MeshElement
-
-
createChildElementAfter(MeshElement element, String tagName, Map<String, dynamic> attributes, {String? id})
→ MeshElement
-
-
createChildElementAt(int index, String tagName, Map<String, dynamic> attributes, {String? id})
→ MeshElement
-
-
delete()
→ void
-
-
getAttribute(String name)
→ dynamic
-
-
getChildren()
→ List<MeshNode>
-
-
getNodeByID(String id)
→ MeshElement?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners()
→ void
-
inherited
-
redo()
→ void
-
-
removeAttribute(String name)
→ void
-
-
removeListener(void listener())
→ void
-
inherited
-
setAttribute(String name, dynamic value)
→ void
-
-
toJson({bool includeIds = false})
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
undo()
→ void
-