Backstage
    Preparing search index...
    • React hook providing access to the current AppNode.

      Returns AppNode | undefined

      This hook will return the AppNode for the closest extension. This relies on the extension using the (ExtensionBoundary:function) component in its implementation, which is included by default for all common blueprints.

      If the current component is not inside an (ExtensionBoundary:function), it will return undefined.