Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/triggers / / TriggerOptions
Interface: TriggerOptions
Defined in: packages/triggers/src/index.ts:32
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
acknowledgeLibMode? | readonly | boolean | Suppress the one-time per-process library-mode WARN. Library callers acknowledging that triggers fire only as long as the process lives pass true here. | packages/triggers/src/index.ts:42 |
catchupPolicy? | readonly | CatchupPolicy | - | packages/triggers/src/index.ts:33 |
catchupWindowMs? | readonly | number | - | packages/triggers/src/index.ts:35 |
maxCatchupRuns? | readonly | number | - | packages/triggers/src/index.ts:34 |
tags? | readonly | readonly string[] | - | packages/triggers/src/index.ts:36 |