# Node reserved property names

**URL:** https://discourse.nodered.org/t/node-reserved-property-names/75949
**Category:** Developing Nodes
**Tags:** documentation
**Created:** [1 March 2023 15:53 UTC](https://discourse.nodered.org/t/node-reserved-property-names/75949 "2023-03-01T15:53:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![CanyonCasa](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/canyoncasa/32/76453_2.png) [@CanyonCasa](https://discourse.nodered.org/u/CanyonCasa)
#### Post date: [1 March 2023 15:53 UTC](https://discourse.nodered.org/t/node-reserved-property-names/75949/1 "2023-03-01T15:53:37Z")

</div>

The Node-red documentation, _docs - creating nodes - properties_, lists reserved property names as **all lowercase single letters** and **id** , **type** , **wires** , **inputs** , and **outputs**. Although perhaps obvious, the list should also include names of _node functions_, including **status** , **log** , **send** , etc. Better, it would be helpful to log an error or warning to inform the creator of the folly of their choice.

In creating my first node, I inadvertently used _status_ as a variable name. Everything worked fine until trying to reference the variable in the message handler, which led to an interesting debug adventure.

---

<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: [30 April 2023 15:53 UTC](https://discourse.nodered.org/t/node-reserved-property-names/75949/2 "2023-04-30T15:53:53Z")

</div>

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