clipboard.copy
Overview
- Copies the given text to the system clipboard.
Metadata
| Field | Value |
|---|---|
| Display | Copy to Clipboard |
| Category | system |
| Access | Public |
| Scope | B1Standalone |
| Tags | — |
| Aliases | — |
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | string | yes | — | Text to copy |
Returns
- Return shape is not declared for this command.
Usage
await inzoi.cli.execute('clipboard.copy', {
text: '',
});