Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-02-08 12:27:05 +01:00
committed by GitHub
parent 5689fc38c5
commit 9cb48966b8
2 changed files with 3 additions and 6 deletions
@@ -14,7 +14,7 @@ To have a better understanding of extension data references please read [the cor
Data references help to define the inputs and outputs of an extension. A data ref is uniquely identified through its `id`. Through the data ref, strong typing is enforced for the input/output of the extension.
### reactElement
### `reactElement`
| id | type |
| :-----------------: | :-----------: |
@@ -40,7 +40,7 @@ const homePage = createPageExtension({
});
```
### routePath
### `routePath`
| id | type |
| :-----------------: | :------: |
@@ -48,7 +48,7 @@ const homePage = createPageExtension({
The `routePath` data reference can be used for defining the extension input/output of string paths.
### routeRef
### `routeRef`
| id | type |
| :----------------: | :--------: |