UNPKG

survey-creator-core

Version:

Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.

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; }