Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PreviewHandlerProvider

Provider managing the available PreviewHandlers.

Hierarchy

  • PreviewHandlerProvider

Index

Constructors

Properties

previewHandlerContributions: ContributionProvider<PreviewHandler>

Methods

  • canHandle(uri: URI): boolean
  • Indicates whether any PreviewHandler can process the resource identified by the given URI.

    Parameters

    • uri: URI

      the URI identifying a resource.

    Returns boolean

    true when a PreviewHandler can process the resource, false otherwise.