@kre-form/survey
Version:
17 lines (16 loc) • 553 B
TypeScript
import { FieldType } from "@kre-form/core";
import { KreFormAntService } from "../tools/service";
import { CdkDragDrop } from '@angular/cdk/drag-drop';
export declare class KreSurveyRadioGroup extends FieldType {
service: any;
guid: any;
constructor(dyService: KreFormAntService);
dropOption(event: CdkDragDrop<string[]>): void;
logicQuestion(): void;
copyQuestion(): void;
delQuestion(): void;
activeQuestion(): void;
addOption(): void;
addOptions(): void;
deleteOption(option: any): void;
}