SharedSubPatchOpUtil
Extends:
cables_dev/shared/api/shared_util.js~SharedUtil → SharedSubPatchOpUtil
Member Summary
Public Members | ||
public get |
utilName: * |
Method Summary
Public Methods | ||
public |
getOpsUsedInSubPatches(subPatch: *): * |
|
public |
getSaveSubPatchOpProblems(opName: *, subPatch: *): * |
Private Methods | ||
private |
_getOpsUsedInSubPatch(subPatch: *, currentOp: undefined): * |
Public Members
public get utilName: * source
Public Methods
public getOpsUsedInSubPatches(subPatch: *): * source
Params:
Name | Type | Attribute | Description |
subPatch | * |
Return:
* |
public getSaveSubPatchOpProblems(opName: *, subPatch: *): * source
Params:
Name | Type | Attribute | Description |
opName | * | ||
subPatch | * |
Return:
* |
Private Methods
private _getOpsUsedInSubPatch(subPatch: *, currentOp: undefined): * source
Params:
Name | Type | Attribute | Description |
subPatch | * | ||
currentOp | undefined |
|
Return:
* |