This repository was archived by the owner on Feb 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
docs/packages/core/features/agile-instance Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ slug: /core/agile-instance/methods
9
9
10
10
Here all methods of the ` Agile Instance ` are described.
11
11
12
- // TODO Interfaces auslagern und mit link verbinden!!
13
-
14
12
:::
15
13
16
14
@@ -118,7 +116,7 @@ Returns a fresh [Collection](../collection/Introduction.md).
118
116
## ` createComputed `
119
117
120
118
With ` createComputed ` we create a new [ Computed] ( ../computed/Introduction.md ) ,
121
- which is automatically bound to the [ Agile Instance] ( ../agile-instance/Introduction.md ) it was created from.
119
+ which gets automatically bound to the [ Agile Instance] ( ../agile-instance/Introduction.md ) it was created from.
122
120
``` ts
123
121
const Computed = App .createComputed (() => {/* Computed Method */ }, [/* hard coded deps */ ])
124
122
@@ -150,7 +148,7 @@ Returns a fresh [Computed](../computed/Introduction.md).
150
148
## ` createEvent `
151
149
152
150
With ` createEvent ` we create a new [ Event] ( ../event/Introduction.md ) ,
153
- which is automatically bound to the [ Agile Instance] ( ../agile-instance/Introduction.md ) it was created from.
151
+ which gets automatically bound to the [ Agile Instance] ( ../agile-instance/Introduction.md ) it was created from.
154
152
``` ts
155
153
const Event = App .createEvent ({
156
154
key: ' dummyEvent' ,
You can’t perform that action at this time.
0 commit comments