Alokai

UnresolvedComponent

interface UnresolvedComponent {
	fieldName: string;
	id: string;
	parentComponent: Record<string, unknown>;
}

Properties

NameRequiredTypeDescription
fieldNameRequiredstringThe field name/path on the parent component that contains this reference
idRequiredstringThe component ID that getComponentsByIdsAndUser did not return
parentComponentRequiredRecord<string, unknown>The parent component data that declared this reference

On this page