DialogAction
The settings for the Dialog actions when the Dialog is opened through DialogService
(see example).
cssClass?
any
Sets the CSS classes that will be rendered on the action button. Supports the union type of values that NgClass accepts ngClass.
fillMode?
ButtonFillMode
Specifies the background and border styles of the action button.
text
string
The text of the action button.
themeColor?
ButtonThemeColor
Determines the theme color of the action button. The theme color will be applied as a background and border color while also amending the text color accordingly.
Constructors
DialogAction
()