diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 15:10:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 15:10:56 +0200 |
| commit | e8fcef96681425d431d03fa323747d7d6e61257c (patch) | |
| tree | 0646922304ac38721b2f53485d1c1106d6c300d5 /doc/interfaces/App.Locals.md | |
| parent | 3260d5e90a30bbf57e3e5822aa84c23cee0411be (diff) | |
Add typedoc
Diffstat (limited to 'doc/interfaces/App.Locals.md')
| -rw-r--r-- | doc/interfaces/App.Locals.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/interfaces/App.Locals.md b/doc/interfaces/App.Locals.md new file mode 100644 index 0000000..4f4f400 --- /dev/null +++ b/doc/interfaces/App.Locals.md @@ -0,0 +1,7 @@ +[forum](../README.md) / [Exports](../modules.md) / [App](../modules/App.md) / Locals + +# Interface: Locals + +[App](../modules/App.md).Locals + +The interface that defines `event.locals`, which can be accessed in [hooks](/docs/hooks) (`handle`, `handleError` and `getSession`) and [endpoints](/docs/routing#endpoints). |