This commit is contained in:
Mads Rasmussen
2024-01-16 07:42:29 +01:00
parent 8f994c05d5
commit c898994c5b

View File

@@ -2,6 +2,7 @@ import {
PropertyContainerTypes,
UmbContentTypePropertyStructureManager,
} from './content-type-structure-manager.class.js';
import { UmbContentTypeModel } from './types.js';
import { PropertyTypeContainerModelBaseModel } from '@umbraco-cms/backoffice/backend-api';
import { UmbControllerHostElement } from '@umbraco-cms/backoffice/controller-api';
import { UmbArrayState, UmbBooleanState, UmbObserverController } from '@umbraco-cms/backoffice/observable-api';
@@ -11,7 +12,7 @@ export class UmbContentTypeContainerStructureHelper {
#init;
#initResolver?: (value: unknown) => void;
#structure?: UmbContentTypePropertyStructureManager;
#structure?: UmbContentTypePropertyStructureManager<UmbContentTypeModel>;
private _ownerType?: PropertyContainerTypes = 'Tab';
private _childType?: PropertyContainerTypes = 'Group';