survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
14 lines (13 loc) • 697 B
TypeScript
import { CreatorModelComponent } from "../../creator-model.component";
import { SurveyModel } from "survey-core";
import { SurveyResultsModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class SurveyResultsComponent extends CreatorModelComponent<SurveyResultsModel> {
survey: SurveyModel;
model: SurveyResultsModel;
createModel(): void;
protected getModel(): SurveyResultsModel;
protected getPropertiesToTrack(): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<SurveyResultsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SurveyResultsComponent, "survey-results", never, { "survey": "survey"; }, {}, never, never>;
}