Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileEvent

deprecated

since 1.4.0 - in order to support VS Code FS API (https://github.com/eclipse-theia/theia/pull/7908), use UserFileOperationEvent instead

Hierarchy

  • WaitUntilEvent
    • FileEvent

Index

Properties

Methods

Properties

uri

uri: default

Methods

waitUntil

  • waitUntil(thenable: Promise<any>): void
  • Allows to pause the event loop until the provided thenable resolved.

    Note: It can only be called during event dispatch and not in an asynchronous manner

    Parameters

    • thenable: Promise<any>

      A thenable that delays execution.

    Returns void