survey-creator-core
Version:
Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.
12 lines (11 loc) • 327 B
TypeScript
import { AdaptiveActionContainer, Base } from "survey-core";
export declare class SidebarHeaderModel extends Base {
toolbar: AdaptiveActionContainer;
title: string;
subTitle: string;
componentData: any;
componentName: string;
get component(): string;
get componentModel(): any;
reset(): void;
}