-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improves jsdocs for events #4019
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix reported typos
omg! Thx 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
*/ | ||
export const GET_CURRENT_ROUTE_REQUEST = 'get-current-route-request'; | ||
|
||
/** | ||
* A message emitted from the micro frontend to report that the navigation is completed is sent | ||
* Event fired when the micro frontend requests to report that the navigation is completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Event fired when the micro frontend requests to report that the navigation is completed. | |
* Event fired to report that the micro frontend's navigation has completed. |
*/ | ||
export const UPDATE_MODAL_PATH_DATA_REQUEST = 'update-modal-path-data-request'; | ||
|
||
/** | ||
* A message emitted from the micro frontend when a request to check on the validity of a path is sent | ||
* Event fired when the micro frontend requests to check on the validity of a path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Event fired when the micro frontend requests to check on the validity of a path. | |
* Event fired to report that the micro frontend's navigation has completed. |
*/ | ||
export const CHECK_PATH_EXISTS_REQUEST = 'check-path-exists-request'; | ||
|
||
/** | ||
* A message emitted from the micro frontend when a request to set the 'dirty status' (eg: avoid closing if unsaved changes) is sent | ||
* Event fired when the micro frontend requests to set the 'dirty status' (e.g. avoid closing if unsaved changes). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Event fired when the micro frontend requests to set the 'dirty status' (e.g. avoid closing if unsaved changes). | |
* Event fired when the micro frontend requests to set the 'dirty status' which, for example, avoids closing when there are any unsaved changes. |
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
Co-authored-by: Mahati Shankar <[email protected]>
No description provided.