Module

patchedDictionary/patchEntry

Methods

# static add(flowId, model)

Parameters:
Name Type Description
flowId
model
Properties:
Name Type Description
type string

ADD_PATCH_ENTRY

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 27

# static discardChange(flowId)

Parameters:
Name Type Description
flowId
Properties:
Name Type Description
type string

DISCARD_CHANGE

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 39

# static editorChangeSelectedLine(flowId, lineNumber)

Parameters:
Name Type Description
flowId
lineNumber
Properties:
Name Type Description
type string

EDITOR_CHANGE_SELECTED_LINE

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 54

# static editorEditableSelectionChange(flowId, editableSection)

Parameters:
Name Type Description
flowId
editableSection
Properties:
Name Type Description
type string

EDITOR_EDITABLE_SECTION_CHANGE

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 65

# static editorModifyPatch(flowId)

Parameters:
Name Type Description
flowId
Properties:
Name Type Description
type string

EDITOR_MODIFY_PATCH

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 76

# static editorPushPatchChange(flowId, editableSection)

Parameters:
Name Type Description
flowId
editableSection
Properties:
Name Type Description
type string

EDITOR_PUSH_PATCH_CHANGE

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 86

# static editorRemovePatch(flowId)

Parameters:
Name Type Description
flowId
Properties:
Name Type Description
type string

EDITOR_REMOVE_PATCH

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 97

# static modalModelChange(flowId, formId, context)

Parameters:
Name Type Description
flowId
formId
context
Properties:
Name Type Description
type string

MODAL_MODEL_CHANGE

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 109

# static toggleOpenEntries(flowId)

Parameters:
Name Type Description
flowId
Properties:
Name Type Description
type string

TOGGLE_OPEN_ENTRIES

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 123

# static toggleViewDifferences(flowId)

Parameters:
Name Type Description
flowId
Properties:
Name Type Description
type string

TOGGLE_VIEW_DIFFERENCES

View Source patch-dictionary/patch-dictionary-patch-entries-actions.js, line 132