survey-creator-angular
Version:
A white-label drag-and-drop form builder for Angular that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your Angular app.
14 lines (13 loc) • 773 B
TypeScript
import { CreatorModelComponent } from "./creator-model.component";
import { Base } from "survey-core";
import * as i0 from "@angular/core";
export declare class AddQuestionTypeSelectorComponent extends CreatorModelComponent<Base> {
protected getPropertiesToTrack(): string[];
protected createModel(): void;
protected getModel(): Base;
questionTypeSelectorModel: any;
renderPopup?: boolean;
selectQuestionType(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AddQuestionTypeSelectorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AddQuestionTypeSelectorComponent, "svc-add-question-type-selector", never, { "questionTypeSelectorModel": "questionTypeSelectorModel"; "renderPopup": "renderPopup"; }, {}, never, never>;
}