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.