UNPKG

survey-creator-knockout

Version:

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

9 lines (8 loc) 300 B
import { QuestionEmbeddedSurveyModel } from "survey-creator-core"; export declare class QuestionEmbeddedSurvey extends QuestionEmbeddedSurveyModel { private _implementor; constructor(name: string); get currentPageId(): string; protected onBaseCreating(): void; dispose(): void; }