Components get properties
The "components_get_properties" AI tool by Webflow enables users to retrieve detailed properties of specific components within their web projects, including default values and configuration settings. This functionality streamlines component management and customization in diverse site environments.
Features
- Fetches comprehensive properties of selected components in Webflow sites.
- Supports retrieval of default values and detailed configuration data.
- Allows filtering results by specific locales for localized content management.
- Includes pagination support through limit and offset parameters for efficient data handling.
- Ensures compatibility with multiple site and component identifiers for versatile use.
Benefits
- Enhances customization capabilities by providing detailed component insights.
- Improves workflow efficiency by automating property retrieval processes.
- Supports localized content strategies with locale-specific property options.
- Facilitates better site maintenance through clear component property visibility.
- Optimizes project scalability by managing component configurations effectively.
Description
Get component properties including default values and configuration for a specific component.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| site_idrequired | string | Unique identifier for the Site. |
| component_idrequired | string | Unique identifier for the Component. |
| localeId | string | Unique identifier for a specific locale. Applicable when using localization. |
| limit | number | Maximum number of records to be returned (max limit: 100) |
| offset | number | Offset used for pagination if the results have more than limit records. |