Sets the element's ID using a given string.
Calling myElement.id()
without an argument returns its ID as a string.
उदाहरण
सिंटैक्स
id(id)
id()
पैरामीटर्स
id
String:
ID of the element.
This page is generated from the comments in src/core/p5.Element.js . Please feel free to edit it and submit a pull request!