Skip to content

Commit

Permalink
Adds more info regarding loading indicator (#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Jul 2, 2024
1 parent de44656 commit d098f30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/navigation-parameters-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,10 @@ runTimeErrorHandler: {
- **description**: refers to an absolute path in the navigation structure or a relative path to a grandchild of the current path. If this parameter is defined, **pathSegment** is ignored.
### loadingIndicator.enabled
<!-- add-attribute:class:warning -->
> **NOTE**: For iframe integration of views, which don't have Luigi Client, loading indicator should be disabled.
- **type**: boolean
- **description**: shows a loading indicator when switching between micro frontends. If you have a fast micro frontend, you can disable this feature to prevent flickering of the loading indicator.
- **default**: `true`
Expand Down

0 comments on commit d098f30

Please sign in to comment.