Change types that represent data modifications made to the States entity.
Change types
Change Initial
Change triggered by the Change initial State update action.
typeString | "ChangeInitialChange" |
changeString | "changeInitial" |
previousValueBoolean | Value before the change. |
nextValueBoolean | Value after the change. |
Change Key
Change triggered by the Change State key update action.
typeString | "ChangeKeyChange" |
changeString | "changeKey" |
previousValueString | Value before the change. |
nextValueString | Value after the change. |
Change State Type
Change triggered by the Change State Type update action.
typeString | "ChangeStateTypeChange" |
changeString | "changeType" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Localized Description
Change triggered by the Set Description update action.
typeString | "SetLocalizedDescriptionChange" |
changeString | "setDescription" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set Localized Name
Change triggered by the Set State Name update action.
typeString | "SetLocalizedNameChange" |
changeString | "setName" |
previousValue | Value before the change. |
nextValue | Value after the change. |
Set State Roles
Change triggered by the Set State roles update action.
typeString | "SetStateRolesChange" |
changeString | "setRoles" |
previousValueArray of StateRoleEnum | Value before the change. |
nextValueArray of StateRoleEnum | Value after the change. |
addedItemsArray of StateRoleEnum | Elements added to the array. |
removedItemsArray of StateRoleEnum | Elements removed from the array. |
Set Transitions
Change triggered by the Set Transitions update action.
Transition State
Change triggered by the Transition State update action.