Hierarchy

  • UpdateBoard

Properties

background?: string

Deprecated

Use prefs.background instead.

The id of a custom background or one of: blue | orange | green | red | purple | pink | lime | sky | grey

blue?: string

Deprecated

Use labelNames.blue instead.

Name for the blue label. 1 to 16384 characters long

calendarFeedEnabled?: boolean

Deprecated

Use prefs.calendarFeedEnabled instead.

Determines whether the calendar feed is enabled or not.

cardAging?: string

Deprecated

Use prefs.cardAging instead.

One of: pirate | regular

cardCovers?: boolean

Deprecated

Use prefs.cardCovers instead.

Whether card covers should be displayed on this board

closed?: boolean

Whether the board is closed

comments?: string

Deprecated

Use prefs.comments instead.

Who can comment on cards on this board. One of: disabled | members | observers | org | public

desc?: string

A new description for the board | 0 to 16384 characters long

green?: string

Deprecated

Use labelNames.green instead.

Name for the green label. 1 to 16384 characters long

hideVotes?: boolean

Deprecated

Use prefs.hideVotes instead.

Determines whether the Voting Power-Up should hide who voted on cards or not.

id: string
idOrganization?: string

The id of the team the board should be moved to

invitations?: string

Deprecated

Use prefs.invitations instead.

Who can invite people to this board. One of: admins | members

labelNames?: {
    blue?: string;
    green?: string;
    orange?: string;
    purple?: string;
    red?: string;
    yellow?: string;
}

Type declaration

  • Optional blue?: string

    Name for the blue label. 1 to 16384 characters long

  • Optional green?: string

    Name for the green label. 1 to 16384 characters long

  • Optional orange?: string

    Name for the orange label. 1 to 16384 characters long

  • Optional purple?: string

    Name for the purple label. 1 to 16384 characters long

  • Optional red?: string

    Name for the red label. 1 to 16384 characters long

  • Optional yellow?: string

    Name for the yellow label. 1 to 16384 characters long

name?: string

The new name for the board. 1 to 16384 characters long.

orange?: string

Deprecated

Use labelNames.orange instead.

Name for the orange label. 1 to 16384 characters long

permissionLevel?: string

Deprecated

Use prefs.permissionLevel instead.

One of: org | private | public

prefs?: {
    background?: "blue" | "orange" | "green" | "red" | "purple" | "pink" | "lime" | "sky" | "grey";
    calendarFeedEnabled?: boolean;
    cardAging?: "pirate" | "regular";
    cardCovers?: boolean;
    comments?: "public" | "disabled" | "org" | "members" | "observers";
    hideVotes?: boolean;
    invitations?: "admins" | "members";
    permissionLevel?: "private" | "public" | "org";
    selfJoin?: boolean;
    voting?: "public" | "disabled" | "org" | "members" | "observers";
}

Type declaration

  • Optional background?: "blue" | "orange" | "green" | "red" | "purple" | "pink" | "lime" | "sky" | "grey"

    The id of a custom background or one of: blue, orange, green, red, purple, pink, lime, sky, grey

  • Optional calendarFeedEnabled?: boolean

    Determines whether the calendar feed is enabled or not.

  • Optional cardAging?: "pirate" | "regular"

    One of: pirate, regular

  • Optional cardCovers?: boolean

    Whether card covers should be displayed on this board

  • Optional comments?: "public" | "disabled" | "org" | "members" | "observers"

    Who can comment on cards on this board. One of: disabled, members, observers, org, public

  • Optional hideVotes?: boolean

    Determines whether the Voting Power-Up should hide who voted on cards or not.

  • Optional invitations?: "admins" | "members"

    Who can invite people to this board. One of: admins, members

  • Optional permissionLevel?: "private" | "public" | "org"

    One of: org, private, public

  • Optional selfJoin?: boolean

    Whether team members can join the board themselves

  • Optional voting?: "public" | "disabled" | "org" | "members" | "observers"

    Who can vote on this board. One of disabled, members, observers, org, public

purple?: string

Deprecated

Use labelNames.purple instead.

Name for the purple label. 1 to 16384 characters long

red?: string

Deprecated

Use labelNames.red instead.

Name for the red label. 1 to 16384 characters long

selfJoin?: boolean

Deprecated

Use prefs.selfJoin instead.

Whether team members can join the board themselves

subscribed?: boolean

Whether the acting user is subscribed to the board

voting?: string

Deprecated

Use prefs.voting instead.

Who can vote on this board. One of disabled | members | observers | org | public

yellow?: string

Deprecated

Use labelNames.yellow instead.

Name for the yellow label. 1 to 16384 characters long

Generated using TypeDoc v0.24.8