UNPKG

survey-creator-core

Version:

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

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