section context subject implementation
This commit is contained in:
@@ -2,7 +2,7 @@ import { Observable } from 'rxjs';
|
||||
import { UmbObserver } from './observer';
|
||||
import { UmbControllerInterface, UmbControllerHostInterface } from '@umbraco-cms/controller';
|
||||
|
||||
export class UmbObserverController<T> extends UmbObserver<T> implements UmbControllerInterface {
|
||||
export class UmbObserverController<T = unknown> extends UmbObserver<T> implements UmbControllerInterface {
|
||||
_alias?: string;
|
||||
public get unique() {
|
||||
return this._alias;
|
||||
|
||||
Reference in New Issue
Block a user