arlas-web-contributors / Exports / FieldsConfiguration
Interface: FieldsConfiguration
Table of contents
Properties
- icon
- iconColorFieldName
- iconCssClass
- idFieldName
- titleFieldNames
- tooltipFieldNames
- urlImageTemplate
- urlThumbnailTemplate
Properties
icon
• Optional
icon: string
Name of a Material icon
Defined in
src/models/models.ts:104
iconColorFieldName
• Optional
iconColorFieldName: string
Field which value is transformed to a hex color (using an ArlasColorService) and associated to the icon color
Defined in
src/models/models.ts:108
iconCssClass
• Optional
iconCssClass: string
Field which value is used as a css class name => allows data driven styling of the resultlist rows/tiles
Defined in
src/models/models.ts:106
idFieldName
• idFieldName: string
Id field name
Defined in
src/models/models.ts:94
titleFieldNames
• Optional
titleFieldNames: Field
[]
List of fields which values are used as titles in the resultlist. Values are joined with a space ' '
Defined in
src/models/models.ts:100
tooltipFieldNames
• Optional
tooltipFieldNames: Field
[]
List of fields which values are used as tooltips in the resultlist. Values are joined with a space ' '
Defined in
src/models/models.ts:102
urlImageTemplate
• Optional
urlImageTemplate: string
Url template of image
Defined in
src/models/models.ts:96
urlThumbnailTemplate
• Optional
urlThumbnailTemplate: string
Url template of thumbnail
Defined in
src/models/models.ts:98