projects/m2-core/src/lib/model/formula/WizardField.ts
Properties |
|
Methods |
|
constructor(propertyPath: number[], displayName: string, prefix?: string, dropPrefixIfFirst?: boolean)
|
| Public appendMeasurementUnit |
Type : boolean
|
| Public Optional attrType |
Type : AttributeType
|
| Public dropPrefixIfFirst |
Type : boolean
|
| Public fractionalDigitsCount |
Type : number
|
| Public integerDigitsCount |
Type : number
|
| Public measurementUnitDelimiter |
Type : string
|
| Public multipleValueMode |
Type : Option
|
| Public postfix |
Type : string
|
| Public predicates |
Type : WizardPredicate[]
|
| Public prefix |
Type : string
|
| Public propertyPath |
Type : number[]
|
| Public replacements |
Type : WizardReplacement[]
|
| Public useAllMultipleValues |
Type : boolean
|
| Public valueAppearance |
Type : WizardFieldValueAppearance
|
| Public valueAppearanceOption |
Type : Option
|
| Public Optional displayName |
Type : string
|
| Public Optional isActive |
Type : boolean
|
| Static treeNodeToWizardField | ||||||
treeNodeToWizardField(treeNode: TreeNode)
|
||||||
|
Parameters :
Returns :
WizardField
|
| Static isWizardField | ||||
isWizardField(entry)
|
||||
|
Parameters :
Returns :
boolean
|