# What is event name of Configuration nodes update?

**URL:** https://discourse.nodered.org/t/what-is-event-name-of-configuration-nodes-update/59340
**Category:** Developing Nodes
**Created:** [4 March 2022 04:49 UTC](https://discourse.nodered.org/t/what-is-event-name-of-configuration-nodes-update/59340 "2022-03-04T04:49:28Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![studiobox](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/studiobox/32/55766_2.png) [@studiobox](https://discourse.nodered.org/u/studiobox)
#### Post date: [4 March 2022 04:49 UTC](https://discourse.nodered.org/t/what-is-event-name-of-configuration-nodes-update/59340/1 "2022-03-04T04:49:28Z")

</div>

Hi all,

I had created my main created node, and it call configuration nodes. Now configuration node can open and editable. But I want to control configuration when [Update] button of configuration node is clicked.

![image](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/5/1/51dbb84d7114ccba1d783b03711a56445c1027b8.png)

I try to use

```auto
oneditsave: function () {
    ....
}

```

but it had not raised this event.

What is event name of Configuration nodes update? 🤔

---

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [4 March 2022 07:36 UTC](https://discourse.nodered.org/t/what-is-event-name-of-configuration-nodes-update/59340/2 "2022-03-04T07:36:48Z")

</div>

It is the same as regular nodes - `oneditsave`.

If you aren't seeing it get called, something else must be wrong with your node.

---

<div class="post-metadata">

### Author: ![studiobox](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/studiobox/32/55766_2.png) [@studiobox](https://discourse.nodered.org/u/studiobox)
#### Post date: [4 March 2022 10:28 UTC](https://discourse.nodered.org/t/what-is-event-name-of-configuration-nodes-update/59340/3 "2022-03-04T10:28:16Z")

</div>

Thank you so much for your reply 😊

I missed something in my code. So now, it work.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [18 March 2022 10:28 UTC](https://discourse.nodered.org/t/what-is-event-name-of-configuration-nodes-update/59340/4 "2022-03-18T10:28:58Z")

</div>

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.
