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) • 602 B
TypeScript
import { QuestionAngular } from "../question";
import { QuestionMatrixModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class MatrixQuestionComponent extends QuestionAngular<QuestionMatrixModel> {
ngOnInit(): void;
onCellChanged(row: any, column: any): void;
trackRowByFn(i: number, row: any): string;
trackColumnByFn(i: number, column: any): string;
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixQuestionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MatrixQuestionComponent, "sv-ng-matrix-question", never, {}, {}, never, never>;
}