UNPKG

survey-creator-knockout

Version:

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

11 lines (10 loc) 286 B
import { IAction } from "survey-core"; export declare class PageNavigatorItemViewModel { private item; constructor(item: IAction); get text(): string; action: (data: any, event: any) => void; private unwrap; get active(): boolean; get disabled(): boolean; }