Class AppCardDataChangesInternal

Contains app card item data, such as the title, description, or fields.

Hierarchy

  • AppCardDataChanges

Constructors

Properties

Constructors

Properties

description?: string

A short text description to add context about the app card.

fields?: CustomField[]

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.

status?: string = AppCardDataChanges.StatusEnum.Disconnected

Status indicating whether an app card is connected and in sync with the source. When the source for the app card is deleted, the status returns disabled.

title?: string = 'sample app card item'

A short text header to identify the app card.