A provider for property inspectors.

interface IPropertyInspectorProvider {
    register(widget): IPropertyInspector;
}

Methods

Methods