@dxos/react-client
    Preparing search index...

    Function useSpace

    • Get a specific Space using its id. The space is not guaranteed to be in the ready state. Returns undefined if no id is provided. Requires a ClientProvider somewhere in the parent tree.

      Parameters

      • OptionalspaceId: PublicKey | SpaceId

        the id of the space to look for.

      Returns undefined | Space