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 10b9993 commit 3dafd59Copy full SHA for 3dafd59
misc_docs/syntax/decorator_this.mdx
@@ -6,7 +6,7 @@ summary: "This is the `@this` decorator."
6
category: "decorators"
7
---
8
9
-The `@this` decorator may be used to model JavaScript functions that need a reference `this`.
+The `@this` decorator may be used to bind to an **external** callback function that require access to a `this` context.
10
11
### Example
12
0 commit comments