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) • 482 B
TypeScript
import { Action } from "survey-core";
import { Base } from "survey-core";
import * as i0 from "@angular/core";
export declare class MatrixDetailButtonComponent {
model: Action;
get question(): any;
get row(): any;
getModel(): Base;
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixDetailButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MatrixDetailButtonComponent, "sv-ng-matrix-detail-btn", never, { "model": "model"; }, {}, never, never>;
}