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.
12 lines (11 loc) • 572 B
TypeScript
import { ItemValue, Question, TextAreaModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class SurveyCommentChoiceComponent {
question: Question;
item: ItemValue;
constructor();
get commentValue(): string;
get textAreaModel(): TextAreaModel;
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyCommentChoiceComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyCommentChoiceComponent, "sv-ng-comment-choice, '[sv-ng-comment-choice]'", never, { "question": "question"; "item": "item"; }, {}, never, never>;
}