Accepts input for updating an existing component.
Property Name | Type | Description |
---|---|---|
componentDescriptionDetails | InputMaybe<CompassComponentDescriptionDetailsInput> | The extended description details associated to the component. |
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<UpdateCompassFieldInput>> | A collection of fields for storing data about the component. |
id | String | The ID of the component being updated. |
name | InputMaybe<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. |
Rate this page: