src/lib/label-designer.interface.ts
Properties |
| content |
content:
|
Type : string
|
| Optional |
|
This is the content of the given fields. |
| field |
field:
|
Type : string
|
|
Key value in the data object. |
| isArray |
isArray:
|
Type : boolean
|
| Optional |
|
This tells if the field can hold array value or not |
| join |
join:
|
Type : string
|
| Optional |
|
If the value can hold array of different values this is used to join the values together. |
| label |
label:
|
Type : string
|
|
Name of this field when picking from the available fields list. |
| prefix |
prefix:
|
Type : string
|
| Optional |
|
Prefix added to the data if there is a value. |
| separator |
separator:
|
Type : string
|
| Optional |
|
This is what separates this field from the following field. |
| separatorAlways |
separatorAlways:
|
Type : boolean
|
| Optional |
|
If this is true then the separator is always displayed even when there no when. if this is false then the separator is not displayed if there is no value. |
| style |
style:
|
Type : IFontStyle
|
| Optional |
|
Styling specific only for this field. |
| suffix |
suffix:
|
Type : string
|
| Optional |
|
Suffix added to the data if there is a value. |
| type |
type:
|
Type : FieldType
|
| Optional |
|
What kind of field this is. |
| valueMap |
valueMap:
|
Type : literal type
|
| Optional |
|
Map field value from the given to another. |