Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MonacoEditor

Index

Constructors

Methods

Constructors

constructor

Methods

Static showDiffEditor

  • showDiffEditor(obj: any, content1: string, content2: string, language: MonacoEditorLanguage, subtitle?: string): any
  • 显示内容对比编辑器

    Parameters

    • obj: any
    • content1: string

      编辑的内容1

    • content2: string

      编辑的内容2

    • language: MonacoEditorLanguage

      内容的开发语言

    • Optional subtitle: string

      窗口的子标题

    Returns any

Static showEditor