@thepalaceproject/circulation-admin
    Preparing search index...
    default: (collection: CollectionData, history: LinkData[]) => LinkData[]

    Compute the list of breadcrumbs to show above the collection page. If the server provides simplified:breadcrumbs tags, those will be used with the current collection added as the final breadcrumb. Otherwise, it falls back to OPDS Web Client's breadcrumbs.

    Type Declaration

      • (collection: CollectionData, history: LinkData[]): LinkData[]
      • Parameters

        • collection: CollectionData
        • history: LinkData[]

        Returns LinkData[]