UNPKG

survey-creator-angular

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

14 lines (13 loc) 738 B
import { TextareaJsonEditorModel } from "survey-creator-core"; import { ElementRef, OnInit } from "@angular/core"; import { BaseAngular } from "survey-angular-ui"; import * as i0 from "@angular/core"; export declare class TextareaJsonEditorComponent extends BaseAngular<TextareaJsonEditorModel> implements OnInit { model: TextareaJsonEditorModel; inputEl: ElementRef<HTMLTextAreaElement>; protected getModel(): TextareaJsonEditorModel; ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TextareaJsonEditorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TextareaJsonEditorComponent, "svc-tab-json-editor-textarea", never, { "model": "model"; }, {}, never, never>; }