core/properties-list/properties-list.model.ts
Properties |
| action |
action:
|
Type : function
|
| Optional |
|
An action which will be shown as a link on the value. |
| key |
key:
|
Type : string
|
| Optional |
|
The key to determine the value from an object. You need to provide this object then to the properties-list component as well in the [values] input. Note, you can only either display a value or a key. A key always is preferred over an value. |
| label |
label:
|
Type : string
|
|
The label to show. |
| transform |
transform:
|
Type : function
|
| Optional |
|
Allows to transform a value if needed. |
| type |
type:
|
Type : "string" | "group" | "array" | "link"
|
| Optional |
|
The display type of this item. |
| value |
value:
|
Type : AcceptedPropertyTypes
|
| Optional |
|
The value to show for this label. |