survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
14 lines (13 loc) • 731 B
TypeScript
import { PageModel, SurveyModel } from "survey-core";
import { TabDesignerViewModel } from "survey-creator-core";
import { BaseAngular } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class DesignerSurveyComponent extends BaseAngular<SurveyModel> {
model: TabDesignerViewModel;
protected getModel(): SurveyModel;
get creator(): import("survey-creator-core").SurveyCreatorModel;
get survey(): SurveyModel;
trackPageBy(index: number, page: PageModel): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DesignerSurveyComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DesignerSurveyComponent, "svc-designer-survey", never, { "model": "model"; }, {}, never, never>;
}