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