File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
src/Umbraco.Web.UI.Client/src/libs/context-proxy Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
- import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api' ;
2
- import {
3
- UMB_CONTEXT_PROVIDE_EVENT_TYPE ,
4
- UMB_CONTEXT_REQUEST_EVENT_TYPE ,
5
- type UmbContextProvideEvent ,
6
- type UmbContextRequestEvent ,
7
- } from '@umbraco-cms/backoffice/context-api' ;
8
1
import { UmbControllerBase } from '@umbraco-cms/backoffice/class-api' ;
2
+ import { UMB_CONTEXT_PROVIDE_EVENT_TYPE , UMB_CONTEXT_REQUEST_EVENT_TYPE } from '@umbraco-cms/backoffice/context-api' ;
3
+ import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api' ;
4
+ import type { UmbContextRequestEvent , UmbContextProvideEvent } from '@umbraco-cms/backoffice/context-api' ;
9
5
10
6
const CtrlAlias = Symbol ( ) ;
11
7
12
8
/**
13
9
* @internal
14
- * This controller creates a Proxy for the Context API.
15
- * @description It is not advised for anyone to implement this unless they know exactly what they are doing.
16
10
*/
17
11
export class UmbContextProxyController extends UmbControllerBase {
18
12
#target?: EventTarget ;
You can’t perform that action at this time.
0 commit comments