survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
25 lines (24 loc) • 1.17 kB
TypeScript
import { TemplateRef } from "@angular/core";
import { QuestionSelectBase } from "survey-core";
import { MatrixCellWrapperViewModel } from "survey-creator-core";
import { CreatorModelComponent } from "../creator-model.component";
import * as i0 from "@angular/core";
export declare class MatrixCellComponent extends CreatorModelComponent<MatrixCellWrapperViewModel> {
componentName: string;
componentData: any;
contentTempl: TemplateRef<any>;
adorner: MatrixCellWrapperViewModel;
private get creator();
get question(): QuestionSelectBase;
get isSupportCellEditor(): boolean;
get column(): any;
get element(): any;
selectContext(event: MouseEvent): void;
get row(): any;
protected createModel(): void;
protected getPropertiesToTrack(): string[];
protected getModel(): MatrixCellWrapperViewModel;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<MatrixCellComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MatrixCellComponent, "svc-matrix-cell", never, { "componentName": "componentName"; "componentData": "componentData"; "contentTempl": "contentTempl"; }, {}, never, never>;
}