Interface INotificationClickArgs
Arguments for use with Dalamud.Interface.ImGuiNotification.IActiveNotification.Click.
Assembly: Dalamud.dll
View Source
Declaration
public interface INotificationClickArgs
Properties
Notification
Gets the notification being clicked.
View Source
Declaration
IActiveNotification Notification { get; }