survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
13 lines (12 loc) • 605 B
TypeScript
import { BaseAngular } from "survey-angular-ui";
import { SurveySimulatorModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class SimulatorComponent extends BaseAngular<SurveySimulatorModel> {
model: SurveySimulatorModel;
protected getModel(): SurveySimulatorModel;
get simulatorFrame(): any;
activateZoom(): void;
deactivateZoom(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SimulatorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SimulatorComponent, "survey-simulator", never, { "model": "model"; }, {}, never, never>;
}