Skip to main content

clipboard.copy

Overview

  • Copies the given text to the system clipboard.

Metadata

FieldValue
DisplayCopy to Clipboard
Categorysystem
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
textstringyesText to copy

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('clipboard.copy', {
text: '',
});