@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
13 lines (12 loc) • 513 B
TypeScript
import { DesignerComponentInstance } from '../../../designer-canvas';
import { BaseControlProperty } from '../../../property-panel';
export declare class ExternalContainerProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any, componentInstance: DesignerComponentInstance): {
type: string;
categories: {};
};
private getContentConfig;
private checkFormValidtion;
private getEventPropConfig;
}