Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
In our documentation, we have missed explaining the default values of the property arguments. For example, in popupOpen we have an option that args.type but we do know its valid values like below,
args.type === 'QuickInfo' || args.type === 'Editor' || args.type === 'RecurrenceAlert' || args.type === 'DeleteAlert'
we need to explain these values in all UG documentation.