Clipboard

Diese Schnittstelle bietet Zugriff auf die Systemzwischenablage.

Methoden

// Retrieves the text from the clipboard (not supported on web)
getText(): SyncTasks.Promise<string>;

// Places the specified text on the clipboard
setText(text: string): void;