survey-creator-core
Version:
A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.
11 lines (10 loc) • 502 B
TypeScript
import { JsonObjectProperty, Base, QuestionCompositeModel } from "survey-core";
import { PropertyGridEditor } from ".";
import { ISurveyCreatorOptions } from "../creator-settings";
export declare class PropertyGridEditorBindings extends PropertyGridEditor {
fit(prop: JsonObjectProperty): boolean;
getJSON(): any;
onCreated(obj: Base, question: QuestionCompositeModel, prop: JsonObjectProperty, options: ISurveyCreatorOptions): void;
private getQuestions;
private getBindingJSON;
}