Notifications support
$form.runOnNotificationHook({
level: 'info' | 'success' | 'warn' | 'error',
message: 'meow'
});onClick: {
$eval: `
$form.runOnNotificationHook({
level: 'info',
message: 'Hello!'
});
`
}Integrating in you Angular
<jsf-page [onNotification]="onNotificationHandler"
[jsfDefinitionProvider]="jsfDefinitionProvider"
[pageBuilder]="jsfPageBuilder">Last updated
Was this helpful?