@luigi-project/core-modular 0.0.3-dev.20260390047 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,4 +33,9 @@ export declare class Navigation {
33
33
  * @returns {navigation} navigation instance
34
34
  */
35
35
  fromClosestContext(): Navigation;
36
+ /**
37
+ * Allows navigation from the parent node. The parent node is the node one level above the active node in the navigation tree. If the active node is a root node, this method has no effect.
38
+ * @returns {navigation} navigation instance
39
+ */
40
+ fromParent(): Navigation;
36
41
  }