ActionChangeList interface

Properties

actions

Ordered list of actions for change.

changeType

Type of change being made.

turn

Turn state associated with the change.

Property Details

actions

Ordered list of actions for change.

actions?: ActionState[]

Property Value

changeType

Type of change being made.

changeType: ActionChangeType

Property Value

turn

Turn state associated with the change.

turn?: [key: string]: string

Property Value

[key: string]: string

Remarks

The current turn state will be update when the plan change is applied.