configureDetails
| Extends: | details |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
Configuration details for an Action.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| name (string) | 0/1 | The name of the property that was modified. |
| previousValue (string) | 0/1 | The previous value. |
| value (string) | 0/1 | The new value. |
JSON
| property | type | description |
|---|---|---|
| name | name (string) | The name of the property that was modified. |
| previousValue | previousValue (string) | The previous value. |
| value | value (string) | The new value. |