survey-creator-angular
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
19 lines (18 loc) • 960 B
TypeScript
import { AfterViewInit, ElementRef } from "@angular/core";
import { CreatorModelComponent } from "../creator-model.component";
import { SurveyModel } from "survey-core";
import { SurveyCreatorModel, LogoImageViewModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class CreatorLogoImageComponent extends CreatorModelComponent<LogoImageViewModel> implements AfterViewInit {
data: SurveyCreatorModel;
container: ElementRef<HTMLDivElement>;
model: LogoImageViewModel;
protected createModel(): void;
protected getModel(): LogoImageViewModel;
protected getPropertiesToTrack(): string[];
get creator(): SurveyCreatorModel;
get survey(): SurveyModel;
ngAfterViewInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CreatorLogoImageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CreatorLogoImageComponent, "svc-logo-image", never, { "data": "data"; }, {}, never, never>;
}