Theia API Documentation v1.71.0
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Synchronously copy text to clipboard using document.execCommand('copy') with the document-level copy event interceptor. This approach avoids race conditions when callers don't await command completion (e.g., context menu selections or automated tests).

      Parameters

      • text: string

      Returns void