User Tools

Site Tools


gestaltpnid:gestalt_pnid:event_manager_reference

This is an old revision of the document!


Event Manager

Script Reference

Change Property

Changes the value of the specified property on a component to the specified value.

Method Signatures
changeProperty("[Component Id]", "[Property Name]", "[Property Value]")
Parameter Type Description Required?
Component Id string The id of the property you want to change a property of. Yes
Property Name string The name of the property you would like to alter.Yes
Property Value any The value to set the property to. Yes

Write Value

Writes a value to the snapshot of the specified tag.

Method Signatures
writeValue("[Datasource Name]", "[Tag Name]", "[Value To Write]", "[Note]", "[Success Callback]", "[Fail Callback]")
Parameter Type Description Required?
Data Source Name string The qualified data source name the tag belongs to. Yes
Tag Name string The name of the tag the value is to be written to.Yes
Value To Write string/numeric The value to be written to the tag. It can be a string value or a numeric value. Yes
Note string A note to be attached to the value being written No
Success Callback function Function that will be called when the write is successful. No
Fail Callback function Function that will be called when the write fails. No
gestaltpnid/gestalt_pnid/event_manager_reference.1712921321.txt.gz · Last modified: 2024/04/12 11:28 by su