Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceEvent

A workspace event.

Hierarchy

  • Disposable
    • WorkspaceEvent

Index

Properties

Methods

Properties

Readonly execute

execute: (type: string, ...args: any[]) => void | PromiseLike<void>

Executes the event.

param

The type for what the event should be executed.

param

One or more arguments for the execution.

Type declaration

    • (type: string, ...args: any[]): void | PromiseLike<void>
    • Parameters

      • type: string
      • Rest ...args: any[]

      Returns void | PromiseLike<void>

Readonly type

type: string

Gets the type.

Methods

dispose

  • dispose(): any
  • Dispose this object.

    Returns any

Generated using TypeDoc