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.

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