API ReferencePower Apps Code Apps · /codeappsCodeAppsCANotifyFnOn this pageCANotifyFn@spartanfx/react v1.2.2 @spartanfx/react / codeapps / CANotifyFn Type Alias: CANotifyFn type CANotifyFn = (level, message, detail?) => void; Notification callback signature. Parameters level CANotificationLevel message string detail? unknown Returns void