Interface IInspector

An interface for an inspector.

interface IInspector {
    source: null | IInspectable;
}

Implemented by

Properties

Properties

source: null | IInspectable

The source of events the inspector listens for.