English
handleCopy
About 62 wordsLess than 1 minute
2025-12-16
This method copies text.
Syntax: FxUI.helper.handleCopy(text)
Parameters
| Parameter | Description | Type | Allowed Values | Default |
|---|---|---|---|---|
| text | Text content to copy | String | — | — |
Example
This method does not return a value. Pass the text parameter as the content to copy. A success message is shown when the copy operation succeeds.
let text = 'sample text to copy';
FxUI.helper.handleCopy(text)