Backstage
    Preparing search index...
    • Fetches all entities that appear in the entity's relations, optionally filtered by relation type and kind.

      Parameters

      • entity: Entity
      • relationFilter: { kind?: string; type?: string }

      Returns { entities: Entity[] | undefined; error: Error | undefined; loading: boolean }