@kre-form/survey
Version:
15 lines (14 loc) • 523 B
TypeScript
import { FieldType } from "@kre-form/core";
import { KreFormAntService } from "../../tools/service";
import { KreDialogService } from "../../service/dialog.service";
export declare class KreSurveyEvaluation extends FieldType {
kreDialogService: KreDialogService;
service: any;
guid: any;
start: number;
_startContent: any;
readonly startContent: any;
constructor(dyService: KreFormAntService, kreDialogService: KreDialogService);
numberChange(): void;
editStart(): void;
}