Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 934 Bytes

InlineObject2.md

File metadata and controls

41 lines (19 loc) · 934 Bytes

TrelloRestApi.InlineObject2

Properties

Name Type Description Notes
idModel String
modelType String The type of model that the Custom Field is being defined on. This should always be `board`.
name String The name of the Custom Field
type String The type of Custom Field to create.
options String If the type is `checkbox` [optional]
pos PosStringOrNumber
displayCardFront Boolean Whether this Custom Field should be shown on the front of Cards [optional] [default to true]

Enum: ModelTypeEnum

  • board (value: "board")

Enum: TypeEnum

  • checkbox (value: "checkbox")

  • list (value: "list")

  • number (value: "number")

  • text (value: "text")

  • date (value: "date")