Notification Alert
Default NoticeUse method notice with PNotify
Primary NoticeUse method notice with PNotify
Success NoticeUse method success with PNotify
Info NoticeUse method info with PNotify
Error NoticeUse method error with PNotify
Desktop Alert

Use variant method from notification alert and set option like, modules:{ Desktop: { desktop: true}} with PNotify

Notification Position
Top LeftSet option like, stack:{'dir1': 'down', 'dir2': 'right', 'firstpos1': 25, 'firstpos2': 25, 'push': 'top'} with PNotify
Bottom LeftSet option like, stack:{'dir1': 'right', 'dir2': 'up', 'firstpos1': 25, 'firstpos2': 25, 'push': 'top'} with PNotify
Bottom RightSet option like, stack:{'dir1': 'up', 'dir2': 'left', 'firstpos1': 25, 'firstpos2': 25} with PNotify
Custom LeftSet option like, stack:{'dir1': 'right', 'dir2': 'down', 'firstpos1': 200, 'firstpos2': 200} with PNotify
Custom RightSet option like, stack:{'dir1': 'left', 'dir2': 'up', 'firstpos1': 200, 'firstpos2': 200} with PNotify
Custom TopSet option like, stack:{'dir1': 'down', 'firstpos1': 0, 'spacing1': 2, 'push': 'top'} with PNotify
Custom BottomSet option like, stack:{'dir1': 'up', 'firstpos1': 0, 'spacing1': 2, 'push': 'top'} with PNotify
Notification Position
No TitleSet option like, title:false, icon: false with PNotify
Rich Title/ContentSet option like, titleTrusted:true, textTrusted: true with PNotify
Click to CloseSet function like, closeOnClickPNotify
Custom ButtonSet function like, customButtonPNotify
Callback ButtonSet function like, callbackButtonPNotify
Progress ButtonSet function like, progressButtonPNotify
Dynamic Progress ButtonSet function like, dynamicProgressButtonPNotify
Multi Line PropsSet function like, multiLinePNotify
Prompt ButtonSet function like, promptPNotify
Confirm ButtonSet function like, confirmPNotify
Stickey ButtonSet function like, stickeyPNotify
Permanent ButtonSet function like, permanentPNotify