Interface IVariableInspectorManager

interface IVariableInspectorManager {
    source: null | IInspectable;
    addHandler(handler): void;
    getHandler(id): VariableInspectionHandler;
    hasHandler(id): boolean;
}

Implemented by

Properties

source: null | IInspectable

Methods