Hosanna UI API v1.30.2-next
    Preparing search index...

    Type Alias onNotification<T>

    onNotification: (notification: INotification<T>) => void

    Decorator for registering a method as a notification handler for a specific notification name.

    Type Parameters

    • T = undefined

    Type declaration