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