Help
contentDialog: {
specialLinks: {
label: ‘Custom text for links’,
handler: function(resolve, reject) {
openMySpecialLinkDialog() // Replace this with your application function
.then(specialLink => resolve(specialLink))
.catch(() => reject())
}
},
},
I am facing issue in openMySpecialLinkDialog function how can I open a dialouge and wait for user selection and than resolve promise