ReferenceType coding group
Lua access code
To access the code of the codings below, append the coding group name and coding name to syslib.model.codes
,
see an example below.
return syslib.model.codes.ReferenceType.OBJECT_LINK
Codings
Name | Code | Description |
---|---|---|
OBJECT_LINK | 1 | Triggering references will be checked for value changes. Those value changes will trigger the script. References with this type can be read and written to by the script |
OBJECT_LINK_PASSIVE | 3 | Passive references will not trigger a script execution. They can still be read and written to by the script when it executes |
PROPERTY_LINK | 2 | Property Link |
SECURITY | 0 |