Skip to main content

Documentation Index

Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

client
TriggerClient
required
The TriggerClient instance to use for registering the trigger.
options
DynamicScheduleOptions
required
The options for the dynamic schedule.

Returns

DynamicSchedule instance
DynamicSchedule
const dynamicSchedule = new DynamicSchedule(client, {
  id: "dynamicinterval",
});