Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ISources

A utility to find text editors used by the debugger.

Index

Type aliases

Type aliases

FindParams

FindParams: { focus: boolean; kernel: string; path: string; source: string }

Unified parameters for the find method

Type declaration

  • focus: boolean

    Extra flag to focus on the parent widget of the editor.

  • kernel: string

    Name of current kernel.

  • path: string

    Path of session connection.

  • source: string

    Source path

OpenParams

OpenParams: { caption: string; editorWrapper: CodeEditorWrapper; label: string }

Unified parameters for the open method

Type declaration

  • caption: string

    The caption for the read-only editor.

  • editorWrapper: CodeEditorWrapper

    The code editor wrapper to add to the main area.

  • label: string

    The label for the read-only editor.

Generated using TypeDoc