Skip to main content
RecommendedStrictAuto-fixableScope
warnerrortrueModel action files
Related Gadget documentation: Gadget docs
What the linter reports:
Model actions cannot use scheduler triggers.

Examples

api/models/widget/actions/create.ts
export const options: ActionOptions = {
  // scheduler triggers are only valid in global actions
  triggers: [{ type: "scheduler" }],
};
Last modified on March 10, 2026