Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Display a confirmation dialog with confirm and cancel buttons.
true
my.confirm({ title: 'Confirm', content: 'Are you sure you want to delete this item?', confirmButtonText: 'Delete', cancelButtonText: 'Cancel', success: (result) => { if (result.confirm) { this.deleteItem(); } } });