return the parentPath

This commit is contained in:
Mads Rasmussen
2023-12-17 18:53:31 +01:00
parent 699522e76f
commit 7cddd86e6e

View File

@@ -21,7 +21,7 @@ export class UmbActionEvent extends UmbControllerEvent {
return this.#args.unique;
}
getParentUnique(): string {
return this.#args.unique;
getParentUnique(): string | null {
return this.#args.parentUnique;
}
}