Component image
The ButtonClipboardCopyText component is triggered on Button Press and copies the text content of a field into the pressing user's clipboard.
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
Source
|
IField`1<String> | Specifies where the value is copied from. |
Usage
This helps with copying text or to add the functionality for copying text for projects.