Module

patchedDictionary

Methods

# static changeModel(flowId, model)

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

CHANGE_MODEL

View Source patch-dictionary/patch-dictionary-actions.js, line 35

# static changePristinity(flowId, contextField, isFormPristine)

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

CHANGE_PRISTINITY

View Source patch-dictionary/patch-dictionary-actions.js, line 47

# static changeSelectedActivatorLine(flowId, lineNumber, value)

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

CHANGE_SELECTED_ACTIVATOR_LINE

View Source patch-dictionary/patch-dictionary-actions.js, line 61

# static changeValidity(flowId, contextField, isFormValid)

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

CHANGE_VALIDITY

View Source patch-dictionary/patch-dictionary-actions.js, line 74

# static completeActivatorsEditorStep(flowId)

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

COMPLETE_ACTIVATORS_EDITOR_STEP

View Source patch-dictionary/patch-dictionary-actions.js, line 88

# static completeSampleSelectionStep(flowId)

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

COMPLETE_SAMPLE_SELECTION_STEP

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

# static fileChange(flowId, ciPath, fileName)

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

FILE_CHANGE

View Source patch-dictionary/patch-dictionary-actions.js, line 112

# static fileDocumentChange(flowId, id)

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

FILE_DOCUMENT_CHANGE

View Source patch-dictionary/patch-dictionary-actions.js, line 124

# static fileDocumentExistsChange(flowId, exists)

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

FILE_DOCUMENT_EXISTS_CHANGE

View Source patch-dictionary/patch-dictionary-actions.js, line 135

# static fileExistsChange(flowId, exists)

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

FILE_EXISTS_CHANGE

View Source patch-dictionary/patch-dictionary-actions.js, line 146

# static goToPreviousStep(flowId)

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

GO_TO_PREVIOUS_STEP

View Source patch-dictionary/patch-dictionary-actions.js, line 157

# static handleActivatorRowClick(flowId, activator)

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

HANDLE_ACTIVATOR_ROW_CLICK

View Source patch-dictionary/patch-dictionary-actions.js, line 168

# static highlightSampleRow(flowId, lineNumber)

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

HIGHLIGHT_SAMPLE_ROW

View Source patch-dictionary/patch-dictionary-actions.js, line 180

# static savePatchDictionary(flowId, closeFlow)

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

SAVE_PATCH_DICTIONARY

View Source patch-dictionary/patch-dictionary-actions.js, line 193