mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 22:49:39 +08:00
![Joffrey JAFFEUX](/assets/img/avatar_default.png)
This is a convenience for when you have multiple properties to set in form kit. ``` // before set("foo", 1); set("bar", 2); //after setProperties({foo: 1, bar: 2}); ```