Skip to content

SetStateActionPartial

SetStateActionPartial<S> = Partial<S> | (previousValue) => Partial<S>

Defined in: packages/@livestore/react/src/useClientDocument.ts:165

A state update that can be either a partial value or a function returning a partial value. Used when the client-document table has partialSet: true.

S

The state type