Home Reference Source
import {SharedSubPatchOpUtil} from 'cables-shared-api'
public class | source

SharedSubPatchOpUtil

Extends:

cables_dev/shared/api/shared_util.js~SharedUtil → SharedSubPatchOpUtil

Member Summary

Public Members
public get

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:

NameTypeAttributeDescription
subPatch *

Return:

*

public getSaveSubPatchOpProblems(opName: *, subPatch: *): * source

Params:

NameTypeAttributeDescription
opName *
subPatch *

Return:

*

Private Methods

private _getOpsUsedInSubPatch(subPatch: *, currentOp: undefined): * source

Params:

NameTypeAttributeDescription
subPatch *
currentOp undefined
  • optional
  • default: undefined

Return:

*