getControlUnmodifiedValue

Gets the unmodified value of the control.

Example Usages

let unmodifiedCompareValue = app.getControlUnmodifiedValue("myControlId");

Return Values

The getControlUnmodifiedValue function returns a string. It (internally) retrieves the "data-unmodified-value" attribute from the HTML element corresponding to the specified controlId. If the attribute is present, its value is returned as a string.

Last updated