UNPKG

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.

10 lines (9 loc) 358 B
import { SurveyModel, QuestionNonValue } from "survey-core"; export declare class QuestionEmbeddedSurveyModel extends QuestionNonValue { embeddedSurveyValue: SurveyModel; onEmbeddedSurveyValueChanged: () => void; set embeddedSurvey(val: SurveyModel); get embeddedSurvey(): SurveyModel; constructor(name: string); getType(): string; }