type PowerSyncCollectionMeta<TTable> = object;
Defined in: definitions.ts:273
Metadata for the PowerSync Collection.
TTable extends Table = Table
metadataIsTracked: boolean;
Defined in: definitions.ts:291
Whether the PowerSync table tracks metadata.
serializeValue: (value) => ExtractedTable<TTable>;
Defined in: definitions.ts:286
Serializes a collection value to the SQLite type
any
ExtractedTable<TTable>
tableName: string;
Defined in: definitions.ts:277
The SQLite table representing the collection.
trackedTableName: string;
Defined in: definitions.ts:281
The internal table used to track diffs for the collection.