UNPKG

survey-creator-knockout

Version:

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

11 lines (10 loc) 434 B
import { QuestionLinkValueModel } from "survey-creator-core"; export declare class QuestionLinkValue extends QuestionLinkValueModel { private _implementor; koClickLink: (model: QuestionLinkValue, event: MouseEvent) => void; koClearLink: (model: QuestionLinkValue, event: MouseEvent) => void; constructor(name: string, json?: any); clearCaption: string; protected onBaseCreating(): void; dispose(): void; }