Skip to content

Commit 9c04a65

Browse files
authored
Update overview.md
Added content to Data Element Changed section to include that the event type polls every one-second for a value.
1 parent f1e9f2c commit 9c04a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

help/tags/extensions/client/core/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The event triggers if a custom event type occurs. Named JavaScript functions tha
120120

121121
#### Data Element Changed
122122

123-
The event triggers if a specified data element changes. You must provide a name for the data element. You can select the data element by either typing its name into the text field, or selecting the data element icon to the right side of the text field and choosing from a list provided within the dialog that appears.
123+
The event triggers if a specified data element changes. You must provide a name for the data element. You can select the data element by either typing its name into the text field, or selecting the data element icon to the right side of the text field and choosing from a list provided within the dialog that appears. The Data Element Changed also polls every one-second for a value.
124124

125125
#### Direct Call {#direct-call-event}
126126

@@ -882,4 +882,4 @@ It is a wrapper for common JavaScript operations. It receives a data element as
882882

883883
* Basic string manipulation (replace, substring, regex match, first and last index, split, slice)
884884
* Basic array operations (slice, join, pop, shift)
885-
* Basic universal operations (slice, length)
885+
* Basic universal operations (slice, length)

0 commit comments

Comments
 (0)