We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MathML.get/set_ID
1 parent 58259f2 commit eccaf6dCopy full SHA for eccaf6d
Types/MathML/get_ID.ps1
@@ -0,0 +1,9 @@
1
+<#
2
+.SYNOPSIS
3
+ Gets a MathML id
4
+.DESCRIPTION
5
+ Gets the ID attribute on a MathML element.
6
+
7
+ MathML does not need to have an identifier, but it certainly can help.
8
+#>
9
+return $this.Math.id
Types/MathML/set_ID.ps1
+ Sets a MathML id
+ Sets the ID attribute on a MathML element.
+$this.Math.setAttribute("id", "$args")
0 commit comments