An object that handles code inspection.

Implements

Constructors

Properties

_cleared: Signal<InspectionHandler, void> = ...
_connector: IDataConnector<IReply, void, InspectionHandler.IRequest, string>
_debouncer: Debouncer<any, any, any[]>
_disposed: Signal<InspectionHandler, void> = ...
_editor: null | CodeEditor.IEditor = null
_isDisposed: boolean = false
_lastInspectedReply: null | ReadonlyJSONObject = null
_pending: number = 0
_rendermime: IRenderMimeRegistry
_standby: boolean = true

Accessors

  • get standby(): 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.

    Returns boolean

  • set standby(value): void
  • Indicates whether the inspectable source emits signals.

    Notes

    The use case for this attribute is to limit the API traffic when no inspector is visible. It can be modified by the consumer of the source.

    Parameters

    • value: boolean

    Returns void

Methods