UNPKG

survey-angular-ui

Version:

survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.

18 lines (17 loc) 716 B
import { OnInit } from "@angular/core"; import { DropdownMultiSelectListModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class TagboxComponent implements OnInit { model: any; get dropdownModel(): DropdownMultiSelectListModel; getModel(): any; ngOnInit(): void; click(event: any): void; chevronPointerDown(event: any): void; clear(event: any): void; keyhandler(event: any): void; blur(event: any): void; focus(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration<TagboxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TagboxComponent, "sv-ng-tagbox, '[sv-ng-tagbox]'", never, { "model": "model"; }, {}, never, never>; }