Interface IPropertyInspectorProvider

A provider for property inspectors.

Hierarchy

  • IPropertyInspectorProvider

Methods

Methods

  • Register a widget in the property inspector provider.

    Parameters

    • widget: Widget

      The owner widget whose properties will be inspected.

      Notes

      Only one property inspector can be provided for each widget. Registering the same widget twice will result in an error. A widget can be unregistered by disposing of its property inspector.

    Returns IPropertyInspector

Generated using TypeDoc