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

  1. Add an action to a widget (e.g., onClick of a button).

  2. Select Copy to Clipboard from the action list.

  3. Provide the message string to be copied.

No additional configuration or styling is required.

Last updated