described hidden custom attributes

This commit is contained in:
Filipp Sudanov 2025-02-18 16:00:23 +02:00
parent 4919a171ae
commit 5ff3c83d39

View file

@ -439,13 +439,18 @@ select :menuselection:`Properties --> Custom Attributes tab`.
.. figure:: _images/object_custom_attributes.png
Custom attributes with name starting with $ can be set from NXSL and read from NXSL
(or macro), but never sent to client and cannot be updated from client. They can be used when it is required to store some information about node that should not be modified by users or seen by them.
Custom attributes with name starting with ``$`` can be set from NXSL and read
from NXSL (or macro), but never sent to management client and cannot be updated
from management client. They can be used when it is required to store some
information about node that should not be modified by users or seen by them.
Custom attributes with name starting with ``.`` are hidden, but can be seed and
updated from management client if :guilabel:`Show hidden custom attributes` is
enabled in it's properties.
.. _status-calculation:
Status calculation
------------------