projects/m2-core/src/lib/shared/ui-components/value/link-value/link-value.component.ts
| selector | link-value |
| template | |
Properties |
Methods |
Inputs |
constructor(logger: Logger, dataEditService: DataEditService, propositionsService: PropositionsService, linkValueService: LinkValueService)
|
|||||||||||||||
|
Parameters :
|
| aggregateId |
Type : number
|
| attributeId |
Type : number
|
| attributeType |
Type : AttributeType
|
| deprecated |
Type : boolean
|
| editModeON |
Type : boolean
|
| isHistorical |
Type : boolean
|
| linkValue |
Type : LinkAttribute
|
| precision |
Type : any
|
Default value : APP_SETTINGS.LINK_VALUE_DOUBLE_PRECISION
|
| unit |
Type : MeasurementUnit
|
| ngOnChanges | ||||||
ngOnChanges(changes: ComponentChanges<LinkValueComponent>)
|
||||||
|
Parameters :
Returns :
void
|
| currentValue |
Type : string
|
| Public isFocused |
Type : boolean
|
| maskConfig |
Type : any
|
| valueType |
Type : string
|
Default value : 'STRING'
|