Class UiNotificationOptions
Inherited Members
Namespace: Volo.Abp.AspNetCore.Components.Notifications
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class UiNotificationOptions
Constructors
UiNotificationOptions()
Declaration
public UiNotificationOptions()
Properties
OkButtonIcon
Declaration
public object? OkButtonIcon { get; set; }
Property Value
Type | Description |
---|---|
object |
OkButtonText
Declaration
public ILocalizableString? OkButtonText { get; set; }
Property Value
Type | Description |
---|---|
ILocalizableString |