Parameters
TriggerClient
required
The
TriggerClient instance to use for registering the trigger.DynamicTriggerOptions
required
The options for the dynamic trigger.
Returns
DynamicTrigger
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const dynamicOnIssueOpenedTrigger = new DynamicTrigger(client, {
id: "github-issue-opened",
event: events.onIssueOpened,
source: github.sources.repo,
});
The DynamicTrigger() constructor creates a new DynamicTrigger instance.
TriggerClient instance to use for registering the trigger.Hide options
const dynamicOnIssueOpenedTrigger = new DynamicTrigger(client, {
id: "github-issue-opened",
event: events.onIssueOpened,
source: github.sources.repo,
});
Was this page helpful?
