Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PreviewHandlerProvider

Provider managing the available PreviewHandlers.

Hierarchy

  • PreviewHandlerProvider

Index

Constructors

constructor

Properties

Protected Readonly previewHandlerContributions

previewHandlerContributions: ContributionProvider<PreviewHandler>

Methods

canHandle

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

    Parameters

    • uri: default

      the URI identifying a resource.

    Returns boolean

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

findContribution