File

libs/core/monaco-editor/src/lib/monaco-editor/types.ts

Index

Properties

Properties

code
Type string
language
Type string
export interface DiffEditorModel {
  code: string;
  language: string;
}
export interface NgxEditorModel {
  value: string;
  language?: string;
  uri?: any;
}

results matching ""

    No results matching ""