Classes
Enumerations
Interfaces
TypeAliases

CreateCompassComponentInput

Accepts input for creating a new component.

Property NameTypeDescription
customFieldsInputMaybe<Array<CompassCustomFieldInput>>A collection of custom fields for storing data about the component.
descriptionInputMaybe<String>The description of the component.
fieldsInputMaybe<Array<CreateCompassFieldInput>>A collection of fields for storing data about the component.
labelsInputMaybe<Array<String>>A list of labels to add to the component
linksInputMaybe<Array<CreateCompassLinkInput>>A list of links to associate with the component
nameStringThe name of the component.
ownerIdInputMaybe<String>The unique identifier (ID) of the team that owns the component.
typeInputMaybe<CompassComponentType>The type of the component.
typeIdInputMaybe<String>The type of the component.

Rate this page: