API ReferencePower Apps Code Apps · /codeappsCodeAppsCANotifyFnVersion: 1.1.0On this pageCANotifyFn@spartanfx/react v1.1.0 @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