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.

13 lines (12 loc) 778 B
import { BaseAngular } from "../base-angular"; import { QuestionMatrixDropdownModelBase, QuestionMatrixDropdownRenderedTable } from "survey-core"; import * as i0 from "@angular/core"; export declare class MatrixTableComponent extends BaseAngular<QuestionMatrixDropdownRenderedTable> { question: QuestionMatrixDropdownModelBase; table: QuestionMatrixDropdownRenderedTable; protected getModel(): QuestionMatrixDropdownRenderedTable; trackCellBy(_: number, cell: any): string; trackRowBy(index: number, row: any): string; static ɵfac: i0.ɵɵFactoryDeclaration<MatrixTableComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<MatrixTableComponent, "sv-ng-matrix-table", never, { "question": "question"; "table": "table"; }, {}, never, never>; }