survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
11 lines (10 loc) • 505 B
TypeScript
import { BaseAngular } from "survey-angular-ui";
import { Action } from "survey-core";
import * as i0 from "@angular/core";
export declare class JsonErrorItemComponent extends BaseAngular<Action> {
model: Action;
protected getModel(): Action;
fixError(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<JsonErrorItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<JsonErrorItemComponent, "svc-json-error-item", never, { "model": "model"; }, {}, never, never>;
}