ChannelPayload interface
Payload delivered on a table's notification channel by the installed trigger, describing a single row change.
Signature:
export interface ChannelPayload
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Which row-level operation fired the trigger. | |||
|
JsonObject |
The changed row. | ||
|
string |
PostgreSQL schema of the changed table. | ||
|
string |
Name of the changed table — also the notification channel name. | ||
|
Date |
When the change occurred. Arrives JSON-encoded and is revived into a |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.