ftos.context.hasChanged
Checks if the value of a specified attribute has changed.
Syntax
Copy
ftos.context.hasChanged(attributeName: string): boolean
| Parameter | Type | Description |
|---|---|---|
attributeName
|
string | Name of the attribute to check for changes. |
Return Value
Returns true if the specified attribute's value has changed or false otherwise.