Options
All
  • Public
  • Public/Protected
  • All
Menu

This data service provides property data for FileSelections and selections of Navigatables.

Hierarchy

  • ResourcePropertyDataService

Implements

Index

Constructors

Properties

fileService: FileService
id: "resources" = 'resources'
label: "ResourcePropertyDataService" = 'ResourcePropertyDataService'

Methods

  • canHandleSelection(selection: undefined | Object): number
  • getFileStat(uri: URI): Promise<FileStat>
  • isFileSelection(selection: undefined | Object): boolean
  • isNavigatableSelection(selection: undefined | Object): boolean
  • providePropertyData(selection: undefined | Object): Promise<undefined | FileStat>