const dynamicOnIssueOpenedTrigger = new DynamicTrigger(client, { id: "github-issue-opened", event: events.onIssueOpened, source: github.sources.repo, });
The DynamicTrigger() constructor creates a new DynamicTrigger instance.
DynamicTrigger()
TriggerClient
Hide options
Was this page helpful?