survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
14 lines (13 loc) • 652 B
TypeScript
import { QuestionAngular } from "survey-angular-ui";
import { DropdownListModel, QuestionDropdownModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class LogicOperatorComponent extends QuestionAngular<QuestionDropdownModel> {
private dropdownListModel?;
get dropdownModel(): DropdownListModel | undefined;
click(event: any): void;
clear(event: any): void;
keyup(event: any): void;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LogicOperatorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LogicOperatorComponent, "svc-logic-operator", never, {}, {}, never, never>;
}