UNPKG

survey-creator-core

Version:

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

15 lines (14 loc) 315 B
export declare enum DropIndicatorPosition { Inside = "inside", Top = "top", Bottom = "bottom", Right = "right", Left = "left" } export declare enum ElType { Page = "page", Panel = "panel", Question = "question", DynamicPanel = "dynamic-panel", EmptySurvey = "empty-survey" }