adding comment

This commit is contained in:
Niels Lyngsø
2024-01-29 15:08:22 +01:00
parent 133ead2e3d
commit f5a17334cf

View File

@@ -17,6 +17,7 @@ export class UmbContentTypeContainerStructureHelper<T extends UmbContentTypeMode
private _ownerType?: PropertyContainerTypes = 'Tab';
private _childType?: PropertyContainerTypes = 'Group';
private _isRoot = false;
// The owner id is the owning container (The container that is begin presented, the container the is the parent of the child containers)
private _ownerId?: string | null;
private _ownerName?: string;