Component image 
Button Clipboard Copy Text component as seen in the Scene Inspector

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. Some components stop their functionality when this field is disabled, but some don't. |
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.