new ClipboardJS('*', { text: () => 'haha' }).on('success', (e) => { showSuccessToast('copy success') e.clearSelection() })
The first argument can be 'body', '*' or something else