GetComponentsArgs
Arguments of the getComponents method.
interface GetComponentsArgs {
componentIds: string[];
locale?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
componentIds | Required | string[] | Component IDs to fetch. |
locale | Optional | string | CMS locale. |