Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkspaceRootUriAwareCommandHandler

Hierarchy

  • UriAwareCommandHandler<URI>
    • WorkspaceRootUriAwareCommandHandler

Index

Constructors

constructor

Properties

Protected Readonly handler

handler: UriCommandHandler<default>

Protected Optional Readonly options

options: Options

Protected Readonly selectionService

selectionService: SelectionService

Protected Readonly workspaceService

workspaceService: WorkspaceService

Methods

execute

  • execute(...args: any[]): undefined | object
  • Parameters

    • Rest ...args: any[]

    Returns undefined | object

Protected getArgsWithUri

  • getArgsWithUri(...args: any[]): [undefined | default, any]
  • Parameters

    • Rest ...args: any[]

    Returns [undefined | default, any]

Protected getUri

  • getUri(...args: any[]): undefined | default

isEnabled

  • isEnabled(...args: any[]): boolean

Protected isMulti

  • isMulti(): undefined | boolean
  • Returns undefined | boolean

isVisible

  • isVisible(...args: any[]): boolean