UnresolvedComponent
interface UnresolvedComponent {
fieldName: string;
id: string;
parentComponent: Record<string, unknown>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
fieldName | Required | string | The field name/path on the parent component that contains this reference |
id | Required | string | The component ID that getComponentsByIdsAndUser did not return |
parentComponent | Required | Record<string, unknown> | The parent component data that declared this reference |