Copy to Clipboard
Use Cases
Copying a referral code or invite link.
Copying a generated password.
Copying text from a form field for reuse elsewhere.
Properties
Property
Description
message
(Required) The string that will be copied to the clipboard.
Default Behavior
By default:
The action immediately copies the provided message when triggered.
It does not show a toast or visual confirmation unless paired with a Show Toast action manually.
How to Use
Add an action to a widget (e.g., onClick of a button).
Select Copy to Clipboard from the action list.
Provide the message string to be copied.
No additional configuration or styling is required.
Last updated