Class CustomFieldInternal

Array where each object represents a custom preview field. Preview fields are displayed on the bottom half of the app card in the compact view.

Hierarchy

  • CustomField

Constructors

Properties

fillColor?: string

Hex value representing the color that fills the background area of the preview field, when it's displayed on the app card.

iconShape?: string = CustomField.IconShapeEnum.Round

The shape of the icon on the preview field.

iconUrl?: string

A valid URL pointing to an image available online. The transport protocol must be HTTPS. Possible image file formats: JPG/JPEG, PNG, SVG.

textColor?: string

Hex value representing the color of the text string assigned to value.

tooltip?: string

A short text displayed in a tooltip when clicking or hovering over the preview field.

value?: string

The actual data value of the custom field. It can be any type of information that you want to convey.