Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CardFieldSettings

Card settings, such as fields and rules

Hierarchy

  • CardFieldSettings

Index

Properties

Optional additionalFields

additionalFields: Array<FieldInfo>

A collection of field information of additional fields on cards. The index in the collection signifies the order of the field among the additional fields. Currently unused. Should be used with User Story 691539: Card setting: additional fields

Optional coreFields

coreFields: Array<FieldInfo>

A collection of field information of rendered core fields on cards.

Optional showAssignedTo

showAssignedTo: boolean

Flag indicating whether to show assigned to field on cards. When true, AssignedToDisplayFormat will determine how the field will be displayed

Optional showEmptyFields

showEmptyFields: boolean

Flag indicating whether to show empty fields on cards

Optional showId

showId: boolean

Flag indicating whether to show ID on cards

Optional showState

showState: boolean

Flag indicating whether to show state field on cards

Optional showTags

showTags: boolean

Flag indicating whether to show tags on cards

Generated using TypeDoc