Class SetOp
Extends
SyncOp.
Set SyncOp
Defined in: boxcs.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| <private> <inner> |
SetOp(comp, propPath, val)
|
| Method Attributes | Method Name and Description |
|---|---|
| <private> <static> |
SetOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
|
- Methods borrowed from class SyncOp:
- getId, syncTo
- Methods borrowed from class BaseBajaObj:
- equals, valueOf
Class Detail
<private> <inner>
SetOp(comp, propPath, val)
- Parameters:
- comp
- the Component the set is happening upon.
- {Array} propPath
- an array of Property names for the set.
- val
- the value being used in the set.
Method Detail
<private> <static>
SetOp.decodeAndCommit(comp, sp)
Decode and commit the SyncOp.
- Parameters:
- comp
- the Component the set is happening on.
- sp
- the syncOp data structure to be decoded.