Datalayer VS Code Extension - v0.0.17
    Preparing search index...

    Props for the NavigationPlugin component controlling outline navigation.

    interface NavigationPluginProps {
        navigationTarget: string;
        onNavigated: () => void;
    }
    Index

    Properties

    navigationTarget: string

    Target node key to navigate to, or null when no navigation is pending.

    onNavigated: () => void

    Callback invoked after navigation completes to clear the target.