Skip to content

Latest commit

 

History

History
49 lines (21 loc) · 1.04 KB

CardsIdValue.md

File metadata and controls

49 lines (21 loc) · 1.04 KB

TrelloRestApi.CardsIdValue

Properties

Name Type Description Notes
color String One of: `pink, yellow, lime, blue, black, orange, red, purple, sky, green` [optional]
brightness String Determines whether the text on the cover should be dark or light. Setting it to `light` will make the text on the card cover dark. And vice versa, setting it to dark will make the text on the card cover light [optional]
url String Used if making an image the cover. Only Unsplash URLs (https://images.unsplash.com/) work. [optional]

Enum: ColorEnum

  • pink (value: "pink")

  • yellow (value: "yellow")

  • lime (value: "lime")

  • blue (value: "blue")

  • black (value: "black")

  • orange (value: "orange")

  • red (value: "red")

  • purple (value: "purple")

  • sky (value: "sky")

  • green (value: "green")

Enum: BrightnessEnum

  • dark (value: "dark")

  • light (value: "light")