projects/m2-core/src/lib/model/formula/editor/FormulaEditorConfig.ts
Properties |
|
constructor(editModeON?: boolean, postEditCallback?: (rule?: FormulaRule) => void, ruleId?: number, nodeIds?: number | number[], attributeValue?: PropertyValue, formulaEditMode?: FormulaEditMode, readonlyMode, formulaType?: FormulaRuleType)
|
|||||||||||||||||||||||||||
|
Parameters :
|
| Public Optional attrType |
Type : AttributeType
|
| Public Optional calculatedPropertyId |
Type : number
|
| Public Optional dialogHeader |
Type : string
|
| Public Optional editModeON |
Type : boolean
|
| Public Optional exchangeClassId |
Type : number
|
| Public Optional exchangeClassPropertyUid |
Type : string
|
| Public Optional formulaEditMode |
Type : FormulaEditMode
|
| Public Optional formulaRuleTypeForCheck |
Type : FormulaRuleType
|
| Public formulaType |
Type : FormulaRuleType
|
| Public Optional isControlList |
Type : boolean
|
| Public Optional isTemplate |
Type : boolean
|
| Public Optional itemId |
Type : number
|
| Public Optional nodeIds |
Type : number | number[]
|
| Public Optional postEditCallback |
Type : function
|
| Public Optional propertyValue |
Type : PropertyValue
|
| Public readonlyMode |
Type : boolean
|
| Public Optional ruleId |
Type : number
|
| Public Optional showDeleteBtn |
Type : boolean
|
| Public Optional templateId |
Type : number
|
| Public Optional templateName |
Type : string
|
| Public Optional templateOrStageId |
Type : number
|