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 an action sheet with multiple options.
none
point
num
text
my.showActionSheet({ title: 'Choose action', items: ['Edit', 'Share', 'Delete'], cancelButtonText: 'Cancel', success: (res) => { if (res.index !== -1) { console.log('Selected:', res.index); } } });