survey-creator-angular
Version: 
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
12 lines (11 loc) • 560 B
TypeScript
import { Action, IAction } from "survey-core";
import { BaseAngular } from "survey-angular-ui";
import * as i0 from "@angular/core";
export declare class PageNavigatorItemComponent extends BaseAngular<Action> {
    model: Action | IAction;
    protected getModel(): Action;
    get anyModel(): any;
    click(event: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<PageNavigatorItemComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PageNavigatorItemComponent, "svc-page-navigator-item", never, { "model": "model"; }, {}, never, never>;
}