Skip to content

Input

Input<TType> = object

Defined in: packages/@livestore/common/dist/schema/state/sqlite/client-document-def.d.ts:99

TType

default: object

Defined in: packages/@livestore/common/dist/schema/state/sqlite/client-document-def.d.ts:106

optional id: SessionIdSymbol | string

value: TType


optional partialSet: boolean

Defined in: packages/@livestore/common/dist/schema/state/sqlite/client-document-def.d.ts:105

Whether to allow for partial set operations. Only applies if the schema is a struct.

true