Skip to content

arlas-web-contributors


arlas-web-contributors / FieldsConfiguration

Interface: FieldsConfiguration

Properties

detailsTitleTemplate?

optional detailsTitleTemplate: string

Template of details title

Defined in

src/models/models.ts:138


~~icon?~~

optional icon: string

Deprecated

Name of a Material icon

Defined in

src/models/models.ts:128


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:132


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:130


idFieldName

idFieldName: string

Id field name

Defined in

src/models/models.ts:108


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:121


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:123


~~urlImageTemplate?~~

optional urlImageTemplate: string

Deprecated

Url template of image

Defined in

src/models/models.ts:113


urlImageTemplates?

optional urlImageTemplates: DescribedUrl[]

List of url template of images

Defined in

src/models/models.ts:117


urlThumbnailTemplate?

optional urlThumbnailTemplate: string

Url template of thumbnail

Defined in

src/models/models.ts:119


useHttpQuicklooks?

optional useHttpQuicklooks: boolean

Whether the quicklooks are protected and the http call needs to be enriched with auth header

Defined in

src/models/models.ts:134


useHttpThumbnails?

optional useHttpThumbnails: boolean

Whether the thumbnails are protected and the http call needs to be enriched with auth header

Defined in

src/models/models.ts:136