@dxos/client
    Preparing search index...

    Type Alias Live<T>

    Live: _Live & T

    Live reactive object marker interface (does not change the shape of the object.) Accessing properties triggers signal semantics.

    It is recommended to use explicitly use this type when expecting reactive semantics, e.g. Live<MyObject>. One common use case includes React components.

    Type Parameters

    • T