Extends
- OperationConfig
Methods
fromItem(itemName) → {CopyStateOperation}
- Source:
Sets the item to copy the state from
Parameters:
Name | Type | Description |
---|---|---|
itemName |
string | the item to copy state from |
Returns:
this
- Type
- CopyStateOperation
toItem(itemName) → {CopyStateOperation}
- Source:
Sets the item to copy the state to
Parameters:
Name | Type | Description |
---|---|---|
itemName |
string | the item to copy state to |
Returns:
this
- Type
- CopyStateOperation
and() → {CopyStateOperation}
- Source:
Appends another operation to execute when the rule fires
Returns:
this
- Type
- CopyStateOperation