survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
14 lines (13 loc) • 674 B
TypeScript
import { EmbeddedViewContentComponent } from "survey-angular-ui";
import { Question, SurveyModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class QuestionEditorComponent extends EmbeddedViewContentComponent {
survey: SurveyModel;
style: any;
get question(): Question;
protected get elementComponentName(): string;
get componentName(): string;
get componentData(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionEditorComponent, "svc-question-editor-content", never, { "survey": "survey"; "style": "style"; }, {}, never, never>;
}