Skip to content

Commit 72d7b1a

Browse files
deprecate ruleEvent property
1 parent 16a80a7 commit 72d7b1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ export class Rule implements RuleProperties {
175175
constructor(ruleProps: RuleProperties | string);
176176
name: string;
177177
conditions: TopLevelCondition;
178+
/**
179+
* @deprecated Use {@link Rule.event} instead.
180+
*/
178181
ruleEvent: Event;
179182
event: Event
180183
priority: number;

0 commit comments

Comments
 (0)