You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a custom dialog box. How do I specify the content in the box through configuration.
I know about the method .openMessageDialog. But I want to use custom dialog box.
Below is my code for the
typescript```
You must register your dialog as the separate extension and then use name of this extension when calling openCustomDialog. See example for azure devops extension, Hub.tsx. Here is the name of extension "panel-content".
I'm trying to create a custom dialog box. How do I specify the content in the box through configuration.
I know about the method .openMessageDialog. But I want to use custom dialog box.
Below is my code for the
typescript```
The text was updated successfully, but these errors were encountered: