note
This commit is contained in:
@@ -5,7 +5,7 @@ import { UmbNotificationDefaultData, UmbNotificationService } from "@umbraco-cms
|
||||
import { ContentTreeItem } from "@umbraco-cms/backend-api";
|
||||
import { UmbContextConsumer } from "@umbraco-cms/context-api";
|
||||
|
||||
// TODO: Consider if its right to have this many WorkspaceContext
|
||||
// TODO: Consider if its right to have this many class-inheritance of WorkspaceContext
|
||||
export class UmbWorkspaceNodeContext<ContentTypeType extends ContentTreeItem, StoreType extends UmbNodeStoreBase<ContentTypeType>> extends UmbWorkspaceWithStoreContext<ContentTypeType, StoreType> {
|
||||
|
||||
protected _notificationService?: UmbNotificationService;
|
||||
|
||||
@@ -4,6 +4,7 @@ import { UmbContextConsumer } from "@umbraco-cms/context-api";
|
||||
import { UmbDataStoreBase } from "@umbraco-cms/stores/store";
|
||||
import { ContentTreeItem } from "@umbraco-cms/backend-api";
|
||||
|
||||
// TODO: Consider if its right to have this many class-inheritance of WorkspaceContext
|
||||
export abstract class UmbWorkspaceWithStoreContext<DataType extends ContentTreeItem, StoreType extends UmbDataStoreBase<DataType>> extends UmbWorkspaceContext<DataType> {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user