It would be nice to have an example showing how to use dialogs and / or all the different types of dialogs available.
Some examples already use dialogs, for example:
|
showDialog({ |
|
title: file.name, |
|
body: 'Path: ' + file.path, |
|
buttons: [Dialog.okButton()] |
|
}).catch(e => console.log(e)); |
But it could be useful to have a dedicated example so it's easier to find and reference elsewhere.
It would be nice to have an example showing how to use dialogs and / or all the different types of dialogs available.
Some examples already use dialogs, for example:
extension-examples/context-menu/src/index.ts
Lines 25 to 29 in 36a6595
But it could be useful to have a dedicated example so it's easier to find and reference elsewhere.