UNPKG

survey-creator-angular

Version:

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

14 lines (13 loc) 773 B
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>; }