ActionChangeType enum
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License.
Fields
| appendActions | Add the change actions to the tail of the sequence. |
| endSequence | Terminate the action sequence. |
| insertActions | Add the change actions to the head of the sequence. |
| replaceSequence | Terminate the action sequence, then add the change actions. |