@rtorcato/supabase-common / PostgresChangesFilter
Interface: PostgresChangesFilter
Defined in: realtime.ts:22
The object passed to .on('postgres_changes', ..., cb).
Properties
event
event:
PostgresChangesEvent
Defined in: realtime.ts:23
schema
schema:
string
Defined in: realtime.ts:24
table
table:
string
Defined in: realtime.ts:25
filter?
optionalfilter?:string
Defined in: realtime.ts:26