We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073199 commit 2ab8fd8Copy full SHA for 2ab8fd8
src/packages/core/recycle-bin/contexts/is-trashed/entity-is-trashed.context-token.ts
@@ -0,0 +1,6 @@
1
+import type { UmbEntityIsTrashedContext } from './entity-is-trashed.context.js';
2
+import { UmbContextToken } from '@umbraco-cms/backoffice/context-api';
3
+
4
+export const UMB_ENTITY_IS_TRASHED_CONTEXT = new UmbContextToken<UmbEntityIsTrashedContext>(
5
+ 'UmbEntityIsTrashedContext',
6
+);
0 commit comments