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

    Variable getSpaceConst

    getSpace: (object?: any) => Space | undefined

    Returns the Space that owns the given object, or undefined.

    Use Obj.getDatabase when you only need DB/spaceId access; this helper is retained only for callers that need Space proxy members (properties, queues, members, key, state, listen, identity).

    Type declaration

      • (object?: any): Space | undefined
      • Parameters

        • Optionalobject: any

        Returns Space | undefined