Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoardCard

A board card.

Hierarchy

  • BoardCard

Index

Properties

Optional assignedTo

assignedTo: object

The user, the card is assigned to.

Type declaration

  • Optional name?: string

    The name of the user.

Optional category

category: string

The user's category.

Optional creation_time

creation_time: string

The time, the card has been created.

Optional description

The (optional) description (data).

Optional details

The (optional) detail (data).

Optional id

id: string

The ID of the card.

Optional prio

prio: number

The priority.

Optional references

references: string[]

A list of one or more card IDs that card references to.

Optional tag

tag: any

User defined data from scripts, e.g.

title

title: string

The title.

Optional type

type: string

The type.

Generated using TypeDoc