Theia API Documentation v1.74.0
    Preparing search index...

    Access to the system clipboard. Reading may require a user permission prompt in browsers.

    Implements

    Index

    Constructors

    Properties

    onDidWriteText: Event<string> = ...

    Emitted with the written text after writeText updated the clipboard. Such writes dispatch no DOM copy event, so this is the only way to observe them.

    onDidWriteTextEmitter: Emitter<string> = ...

    Methods