File: PowerSyncCollectionMeta.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
Latest
Search...
+ K
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
Framework
React
Version
Latest
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
On this page
Copy Markdown
Type Alias: PowerSyncCollectionMeta<TTable>
===========================================
ts
type PowerSyncCollectionMeta<TTable> = object;
type PowerSyncCollectionMeta<TTable> = object;
Defined in: definitions.ts:235
Metadata for the PowerSync Collection.
Type Parameters
---------------
### TTable
TTable extends Table = Table
Properties
----------
### serializeValue()
ts
serializeValue: (value) => ExtractedTable<TTable>;
serializeValue: (value) => ExtractedTable<TTable>;
Defined in: definitions.ts:248
Serializes a collection value to the SQLite type
any
ExtractedTable<TTable>
ts
tableName: string;
tableName: string;
Defined in: definitions.ts:239
The SQLite table representing the collection.
ts
trackedTableName: string;
trackedTableName: string;
Defined in: definitions.ts:243
The internal table used to track diffs for the collection.
