survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
19 lines (18 loc) • 1.13 kB
TypeScript
import { EmbeddedViewContentComponent } from "survey-angular-ui";
import { ItemValue } from "survey-core";
import { QuestionDesignerComponent } from "../question.component";
import * as i0 from "@angular/core";
export declare class QuestionDropdownDesignerComponent extends QuestionDesignerComponent {
protected createModel(): void;
adornerComponent: string;
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionDropdownDesignerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionDropdownDesignerComponent, "svc-dropdown-question", never, {}, {}, never, never>;
}
export declare class QuestionDropdownAdornerDesignerComponent extends EmbeddedViewContentComponent {
adorner: any;
question: any;
getItemValueComponentName(item: ItemValue): string;
getItemValueComponentData(item: ItemValue): any;
static ɵfac: i0.ɵɵFactoryDeclaration<QuestionDropdownAdornerDesignerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<QuestionDropdownAdornerDesignerComponent, "svc-dropdown-question-adorner", never, { "adorner": "adorner"; "question": "question"; }, {}, never, never>;
}