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.
1 parent 881a782 commit 5bbbc97Copy full SHA for 5bbbc97
packages/types/src/scope.ts
@@ -50,7 +50,7 @@ export interface Scope {
50
/** Add new event processor that will be called after {@link applyToEvent}. */
51
addEventProcessor(callback: EventProcessor): this;
52
53
- /** Get the data of this scope, which should be applied to an event. */
+ /** Get the data of this scope, which is applied to an event during processing. */
54
getScopeData(): ScopeData;
55
56
/**
0 commit comments