Skip to content

INotificationHost

Namespace: Hex1b

Assembly: Hex1b.dll

Interface for nodes that can host notifications. Implemented by NotificationPanelNode to allow notification discovery from anywhere in the tree.

csharp
public interface INotificationHost

Properties

Notifications

The notification stack for this host.

Returns: NotificationStack

csharp
NotificationStack Notifications { get; }

Released under the MIT License.