Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions help/tags/extensions/client/core/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ The event triggers if a custom event type occurs. Named JavaScript functions tha

#### Data Element Changed

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 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.

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

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

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