survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
20 lines (19 loc) • 850 B
TypeScript
import { QuestionRowModel } from "survey-core";
import { SurveyCreatorModel, RowViewModel } from "survey-creator-core";
import { CreatorModelComponent } from "./creator-model.component";
import * as i0 from "@angular/core";
export declare class CreatorRowComponent extends CreatorModelComponent<RowViewModel> {
componentData: {
creator: SurveyCreatorModel;
row: QuestionRowModel;
};
model: RowViewModel;
get row(): QuestionRowModel;
get creator(): SurveyCreatorModel;
protected getModel(): RowViewModel;
createModel(): void;
getPropertiesToTrack(): string[];
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CreatorRowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CreatorRowComponent, "svc-row", never, { "componentData": "componentData"; }, {}, never, never>;
}