Home Reference Source Test Repository

Typedef

Static Public Summary
public
public
public
public
public
public
public

Static Public

public Card: Object source

Properties:

NameTypeAttributeDescription
listName string

Trello list name

labels string[]

Trello label name list

pos number

Trello card position

string url

Trello card url

public InvalidStory: Object source

Properties:

NameTypeAttributeDescription
title string

story title

type string

story type

card Card

Trello card

public Issue: Object source

Properties:

NameTypeAttributeDescription
id number

issue id

title string

issue title

type string

issue type

status string

issue status

dependIds number[]

depends story id

members Member[]

member list

children Story[]

children story list

card Card

Trello card

public Member: Object source

Properties:

NameTypeAttributeDescription
username string

Trello username

?avatarUrl string

Trello avatar url

public Sprint: Object source

Properties:

NameTypeAttributeDescription
name string

sprint name

due Date

sprint due date

public Story: Object source

Properties:

NameTypeAttributeDescription
id number

story id

title string

story title

type string

story type

status string

story status

parentId number

parent story id

dependIds number[]

depends story id

members Member[]

member list

children Story[]

children story list

sprint? Sprint

sprint

time? {spent: ?number, es50: ?number, es90: ?number}

time

card Card

Trello card

public StoryNode: Story | InvalidStory | Issue source