A description of an existing webhook that Lucid is keeping track of.
Constructors
new Webhook()
new Webhook(documentCollections, webhookData): WebhookParameters
| Parameter | Type | Description |
|---|---|---|
documentCollections | DocumentCollections | Set of items this webhook is tracking as a Record<CollectionId, ItemPrimaryKey[]> |
webhookData | unknown | Arbitrary extra data to allow the data connector to better identitify the webhook. |
Returns
Properties
documentCollections
documentCollections: DocumentCollections;Set of items this webhook is tracking as a Record<CollectionId, ItemPrimaryKey[]>
webhookData
webhookData: unknown;Arbitrary extra data to allow the data connector to better identitify the webhook.