PowerSyncCollectionUtils

Type Alias: PowerSyncCollectionUtils<TTable>

ts
type PowerSyncCollectionUtils<TTable> = object;
type PowerSyncCollectionUtils<TTable> = object;

Defined in: definitions.ts:267

Collection-level utilities for PowerSync.

Type Parameters

TTable

TTable extends Table = Table

Properties

getMeta()

ts
getMeta: () => PowerSyncCollectionMeta<TTable>;
getMeta: () => PowerSyncCollectionMeta<TTable>;

Defined in: definitions.ts:268

Returns

PowerSyncCollectionMeta<TTable>