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.
22 lines (21 loc) • 936 B
TypeScript
import { AfterViewInit } from "@angular/core";
import { ListModel, Action } from "survey-core";
import { BaseAngular } from "../../base-angular";
import * as i0 from "@angular/core";
export declare class ListItemComponent extends BaseAngular implements AfterViewInit {
element: any;
model: Action;
listModel: ListModel;
get elementId(): string | undefined;
get ariaSelected(): string | undefined;
get ariaChecked(): string | undefined;
get class(): string;
get itemStyle(): any;
click(event: any): void;
pointerdown(event: any): void;
get itemComponent(): string;
getModel(): Action;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ListItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ListItemComponent, "sv-ng-list-item, '[sv-ng-list-item]'", never, { "element": "element"; "model": "model"; "listModel": "listModel"; }, {}, never, never>;
}