note on controller alias

This commit is contained in:
Niels Lyngsø
2024-02-02 09:40:24 +01:00
parent 90130f06b7
commit 1aed5c93cb

View File

@@ -139,6 +139,7 @@ export class UmbSorterController<T, ElementType extends HTMLElement = HTMLElemen
#lastIndicationContainerCtrl: UmbSorterController<T, ElementType> | null = null;
public get controllerAlias() {
// We only support one Sorter Controller pr. Controller Host.
return 'umbSorterController';
}
public get identifier() {