Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useFetchSpaceBreadcrumb returns a callable function that fetches the ordered list of ancestor spaces from root to the direct parent of the given space. Useful for breadcrumb navigation in hierarchical space structures.
Usage Example
Parameters
UUID of the space to fetch the breadcrumb for.
Returns
Ordered array of SpacePreview objects from the root space to the direct parent. Empty for root-level spaces.

