Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InspectionHandler

An object that handles code inspection.

Hierarchy

  • InspectionHandler

Implements

Index

Constructors

constructor

Properties

Private _cleared

_cleared: Signal = new Signal<InspectionHandler, void>(this)

Private _connector

_connector: IDataConnector<IReply, void, IRequest>

Private _debouncer

_debouncer: Debouncer

Private _disposed

_disposed: Signal = new Signal<this, void>(this)

Private _editor

_editor: CodeEditor.IEditor | null = null

Private _inspected

_inspected: Signal = new Signal<this, IInspector.IInspectorUpdate>(this)

Private _isDisposed

_isDisposed: boolean = false

Private _pending

_pending: number = 0

Private _rendermime

_rendermime: IRenderMimeRegistry

Private _standby

_standby: boolean = true

Accessors

cleared

disposed

editor

  • get editor(): CodeEditor.IEditor | null
  • set editor(newValue: CodeEditor.IEditor | null): void

inspected

isDisposed

  • get isDisposed(): boolean

standby

  • get standby(): boolean
  • set standby(value: boolean): void
  • Indicates whether the handler makes API inspection requests or stands by.

    Notes

    The use case for this attribute is to limit the API traffic when no inspector is visible.

    Returns boolean

  • Indicates whether the handler makes API inspection requests or stands by.

    Notes

    The use case for this attribute is to limit the API traffic when no inspector is visible.

    Parameters

    • value: boolean

    Returns void

Methods

Private _onChange

  • _onChange(): void

dispose

  • dispose(): void

Protected onEditorChange

  • onEditorChange(): void

Generated using TypeDoc