![]() |
VOOZH | about |
The SVG Element.part property returns a DOMTokenList which represents the part identifiers for the given element.
Syntax:
let elementPartList = element.part
Return value: This property returns a DOMTokenList which represents the part identifiers of the given element.
Example 1:
Output:
👁 ImageExample 2:
Output:
👁 Image