Skip to content

Commit

Permalink
Relocate disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Nov 9, 2023
1 parent 00a3545 commit cdc92ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ To monitor a `Node` scope context, set the scope to `Node`, then select flow & n
### Monitoring Objects stored in Context
You may of course define a setup that monitors objects stored in context.

If you create a reference to this object (stored in context) and write to its properties, this node issues its messages accordingly:
If you create a reference to this object (stored in context) and write to its properties, this node issues its messages accordingly

> Disclaimer: Monitoring changes to elements of an `Array` currently is not supported.
#### Example:
Monitoring context definition:
Expand Down Expand Up @@ -78,6 +80,4 @@ You may define a setup that doesn't monitor the (whole) object, but only one of
<img alt="flow" src="https://raw.githubusercontent.com/ralphwetzel/node-red-context-monitor/main/resources/object_prop.png"
style="min-width: 474px; width: 474px; align: center; border: 1px solid lightgray;"/>

Such a monitor will react _only_, when this property and - if it's an object - its child properties are written to.

> Disclaimer: Monitoring changes to elements of an `Array` currently is not supported.
Such a monitor will react _only_, when this property and - if it's an object - its child properties are written to.

0 comments on commit cdc92ef

Please sign in to comment.