survey-creator-knockout
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
9 lines (8 loc) • 432 B
TypeScript
import { ICreatorOptions, SurveyCreatorModel } from "survey-creator-core";
import { SurveyModel } from "survey-core";
export declare class SurveyCreator extends SurveyCreatorModel {
constructor(options?: ICreatorOptions, options2?: ICreatorOptions);
protected createSurveyCore(json: any, reason: string): SurveyModel;
protected onViewTypeChanged(newType: string): void;
render(target: string | HTMLElement): void;
}