AlarmApp scriptable properties
- Last UpdatedOct 10, 2024
- 1 minute read
The AlarmApp by itself contains only a single public property (ShowAreaHierarchy) for use in scripting. All other properties are exposed by the underlying control. Although some of these pass-through properties can be seen in autocomplete, you should use the underlying property to maximize script performance.
The syntax for invoking the built-in AlarmApp property is:
MyContent.AlarmControl1.ShowAreaHierarchy
The syntax for invoking pass-through properties is as follows:
MyContent.AlarmControl1.AlarmClientControl.AlarmQuery
Scriptable Properties
Note: Since most scriptable properties in the AlarmApp are exposed by the underlying control, this list is very similar to the list of Alarm Client Control pass-though properties listed in the previous section.
-
AlarmQuery
-
AutoScroll
-
ClientMode
-
FlashUnAckAlarms
-
GroupByHeader
-
MaxPriority
-
MinPriority
-
Required
-
ShowAreaHierarchy (built-in)
-
ShowContextMenu
-
ShowGrid
-
ShowHeading
-
ShowStatusBar
Non-Scriptable Properties
The remainder of the properties exposed by autocomplete in the Script Editor are public, but are not scriptable.