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

    Variable isLiveObjectConst

    isLiveObject: (value: unknown) => boolean

    Type declaration

      • (value: unknown): boolean
      • Parameters

        • value: unknown

        Returns boolean

        true if the value is a reactive object.

    The code should not rely on "liveness" of the object. Better way would be to check the type of the object or if object is mutable.