Skip to content

Commit 1556cd1

Browse files
authored
Update pi-component.md
1 parent 2cd7c7d commit 1556cd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/components/pi-component.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@
1212
| `remote-type` | (3) | The type of the remote in case of Module Federation v1 |
1313
| `data` | | The data to forward to the component ("props") |
1414
| `framework` | | The framework to use for displaying the component |
15+
| `client` | (4) | The client-side rendering hints for the component |
1516
| `fallback-template-id` | | The ID of a template to display as fallback |
1617

1718
If (1) is used the other attribute groups (2 or 3) are not taken into consideration. If `source` is a URL leading to a new micro frontend, group (3) is also used. Otherwise, (3) has no effect.
1819

20+
(4) can be one of `none` (not rendered/hydrated on the client), `load` (default value, loaded as soon as possible), `idle` (loaded when the page is idle), or `visible` (loaded when the container becomes visible).
21+
1922
## Properties
2023

2124
| Name | Notes | Description |

0 commit comments

Comments
 (0)