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.

8 lines (7 loc) 260 B
import { Base, SurveyModel } from "survey-core"; export interface ICreatorSelectionOwner { survey: SurveyModel; selectElement(el: Base, propertyName?: string): any; selectedElement: Base; getObjectDisplayName(el: Base, area: string): string; }