We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruleEvent
1 parent 16a80a7 commit 72d7b1aCopy full SHA for 72d7b1a
types/index.d.ts
@@ -175,6 +175,9 @@ export class Rule implements RuleProperties {
175
constructor(ruleProps: RuleProperties | string);
176
name: string;
177
conditions: TopLevelCondition;
178
+ /**
179
+ * @deprecated Use {@link Rule.event} instead.
180
+ */
181
ruleEvent: Event;
182
event: Event
183
priority: number;
0 commit comments