Interface IVariableInspector

An interface for an inspector.

interface IVariableInspector {
    source: null | IInspectable;
}

Implemented by

Properties

Properties

source: null | IInspectable