Skip to content

Commit ee06f4c

Browse files
committed
add js docs
1 parent 251bcae commit ee06f4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/packages/core/workspace/entity/entity-workspace-data-manager.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ import { jsonStringComparison, UmbObjectState, type MappingFunction } from '@umb
33
import type { UmbEntityModel } from '@umbraco-cms/backoffice/entity';
44
import { UmbControllerBase } from '@umbraco-cms/backoffice/class-api';
55

6+
/**
7+
* Manages the workspace data for an entity.
8+
* @class UmbEntityWorkspaceDataManager
9+
* @augments {UmbControllerBase}
10+
* @implements {UmbWorkspaceDataManager<ModelType>}
11+
* @template ModelType
12+
*/
613
export class UmbEntityWorkspaceDataManager<ModelType extends UmbEntityModel>
714
extends UmbControllerBase
815
implements UmbWorkspaceDataManager<ModelType>

0 commit comments

Comments
 (0)