Skip to content

Commit

Permalink
fix: portal dialog service docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Dec 19, 2024
1 parent 3d69020 commit 1ffa054
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,13 @@ export class PortalDialogService {
*
* - {@link DialogSecondaryButtonDisabled} - dialog will use the EventEmitter to determine if the secondary button should be disabled
*
* - {@link DialogCustomButtonsDisabled} - dialog will use the EventEmitter to determine if the custom buttons should be disabled
*
* @param title Translation key for dialog title
* @param componentOrMessage Either a component or a translation key of a message with optional parameters and icon to be displayed next to the message
* @param primaryButtonTranslationKeyOrDetails Translation key with optional parameters and icon to be displayed next to the text of the button
* @param secondaryButtonTranslationKeyOrDetails Translation key with optional parameters and icon to be displayed next to the text of the button
* @param showXButton Determines if X (close) button should be visible in the top right corner of the dialog (not displayed if set to false and displayed if set to true). NOTE: If only one button is being used then close button will not be visible on the dialog
* @param extras Configuration object allowing for customization of the dialog behavior and visual aspects
* @returns Observable containing dialog state on close
*
*
Expand Down

0 comments on commit 1ffa054

Please sign in to comment.