Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyViewWidgetProvider

The PropertyViewWidgetProvider should be implemented to provide a property view content widget for the given selection..

Hierarchy

  • PropertyViewWidgetProvider

Index

Properties

id: string

A unique id for this provider.

label?: string

A human-readable name for this provider.

Methods

  • canHandle(selection: undefined | Object): MaybePromise<number>
  • Test whether this provider can provide a widget for the given selection. A returned value indicating a priority of this provider.

    Parameters

    • selection: undefined | Object

      the global selection object

    Returns MaybePromise<number>

    a nonzero number if this provider can provide; otherwise it cannot; never reject

  • updateContentWidget(selection: undefined | Object): void