projects/UILibrary/src/app/models/uilibrary.model.ts
This interface contains key value pairs, some custom operation which generates display key and display value. Also it includes custom operation handler for click event on properties.
Properties |
|
customOperations |
customOperations:
|
Type : IEventHandler
|
Optional |
Click event handler for property. |
displayKey |
displayKey:
|
Type : string
|
Optional |
KEY value to be displayed on component. |
displayValue |
displayValue:
|
Type : any
|
Optional |
VALUE to be displayed on component. |
displayValueType |
displayValueType:
|
Type : ValueType
|
propertyMetadata |
propertyMetadata:
|
Type : IMetadata[]
|
Optional |
visible |
visible:
|
Type : boolean
|
This flag decides if PROPERTY will be displayed on component or not. |