UNPKG

ng-ace

Version:

An ace editor directive for angular.

20 lines (19 loc) 499 B
import { ElementRef, EventEmitter } from '@angular/core'; export declare class AceEditorDirective { private elementRef; _text: string; _mode: string; _theme: string; _readOnly: boolean; _roptionseadOnly: boolean; editor: any; oldVal: any; textChanged: EventEmitter<any>; editorRef: EventEmitter<any>; options: any; readOnly: boolean; theme: string; mode: string; text: string; constructor(elementRef: ElementRef); }