|
1 | 1 | ### Class: ContextRequestEvent\<T\> |
2 | 2 |
|
3 | | -Defined in: [src/context.ts:78](https://github.com/zeixcom/le-truc/blob/a92b4399bad64857b5ce4a84d167b4b3258577af/src/context.ts#L78) |
| 3 | +Defined in: [src/context.ts:78](https://github.com/zeixcom/le-truc/blob/23167c4de345bf28cd627a58ae4ea4e29243c54c/src/context.ts#L78) |
4 | 4 |
|
5 | 5 | Class for context-request events |
6 | 6 |
|
@@ -31,7 +31,7 @@ function to the callback which requesters can invoke to indicate they no longer |
31 | 31 |
|
32 | 32 | > **new ContextRequestEvent**\<`T`\>(`context`, `callback`, `subscribe?`): `ContextRequestEvent`\<`T`\> |
33 | 33 |
|
34 | | -Defined in: [src/context.ts:83](https://github.com/zeixcom/le-truc/blob/a92b4399bad64857b5ce4a84d167b4b3258577af/src/context.ts#L83) |
| 34 | +Defined in: [src/context.ts:83](https://github.com/zeixcom/le-truc/blob/23167c4de345bf28cd627a58ae4ea4e29243c54c/src/context.ts#L83) |
35 | 35 |
|
36 | 36 | ###### Parameters |
37 | 37 |
|
@@ -101,7 +101,7 @@ Defined in: node\_modules/typescript/lib/lib.dom.d.ts:11463 |
101 | 101 |
|
102 | 102 | > `readonly` **callback**: [`ContextCallback`](../type-aliases/ContextCallback.md)\<[`ContextType`](../type-aliases/ContextType.md)\<`T`\>\> |
103 | 103 |
|
104 | | -Defined in: [src/context.ts:80](https://github.com/zeixcom/le-truc/blob/a92b4399bad64857b5ce4a84d167b4b3258577af/src/context.ts#L80) |
| 104 | +Defined in: [src/context.ts:80](https://github.com/zeixcom/le-truc/blob/23167c4de345bf28cd627a58ae4ea4e29243c54c/src/context.ts#L80) |
105 | 105 |
|
106 | 106 | callback function for value getter and unsubscribe function |
107 | 107 |
|
@@ -173,7 +173,7 @@ The read-only **`composed`** property of the or not the event will propagate acr |
173 | 173 |
|
174 | 174 | > `readonly` **context**: `T` |
175 | 175 |
|
176 | | -Defined in: [src/context.ts:79](https://github.com/zeixcom/le-truc/blob/a92b4399bad64857b5ce4a84d167b4b3258577af/src/context.ts#L79) |
| 176 | +Defined in: [src/context.ts:79](https://github.com/zeixcom/le-truc/blob/23167c4de345bf28cd627a58ae4ea4e29243c54c/src/context.ts#L79) |
177 | 177 |
|
178 | 178 | context key |
179 | 179 |
|
@@ -295,7 +295,7 @@ The deprecated **`Event.srcElement`** is an alias for the Event.target property. |
295 | 295 |
|
296 | 296 | > `readonly` **subscribe**: `boolean` |
297 | 297 |
|
298 | | -Defined in: [src/context.ts:81](https://github.com/zeixcom/le-truc/blob/a92b4399bad64857b5ce4a84d167b4b3258577af/src/context.ts#L81) |
| 298 | +Defined in: [src/context.ts:81](https://github.com/zeixcom/le-truc/blob/23167c4de345bf28cd627a58ae4ea4e29243c54c/src/context.ts#L81) |
299 | 299 |
|
300 | 300 | whether to subscribe to context changes |
301 | 301 |
|
|
0 commit comments