Accepts input for creating a new component.
| Property Name | Type | Description |
|---|---|---|
| customFields | InputMaybe<Array<CompassCustomFieldInput>> | A collection of custom fields for storing data about the component. |
| description | InputMaybe<String> | The description of the component. |
| fields | InputMaybe<Array<CreateCompassFieldInput>> | A collection of fields for storing data about the component. |
| labels | InputMaybe<Array<String>> | A list of labels to add to the component |
| links | InputMaybe<Array<CreateCompassLinkInput>> | A list of links to associate with the component |
| name | String | The name of the component. |
| ownerId | InputMaybe<String> | The unique identifier (ID) of the team that owns the component. |
| slug | InputMaybe<String> | A unique identifier for the component. |
| state | InputMaybe<String> | The state of the component. |
| type | InputMaybe<CompassComponentType> | The type of the component. |
| typeId | InputMaybe<String> | The type of the component. |
Rate this page: