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

    Variable setValueConst

    setValue: (
        rel: Entity.Mutable<Relation.Unknown>,
        path: readonly (string | number)[],
        value: any,
    ) => void

    Set a deeply nested property on a relation. Must be called within a Relation.change callback.

    NOTE: TypeScript's structural typing allows readonly objects to be passed to Mutable<T> parameters, so there is no compile-time error. Enforcement is runtime-only.

    Type declaration