Component:ButtonClipboardCopyText

From Resonite Wiki
Revision as of 02:39, 12 September 2024 by AmasterAmaster (talk | contribs) (This is no longer a stub. Some cleanup. Added usage description.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Fields
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.

Examples

See Also