@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
22 lines (21 loc) • 717 B
TypeScript
import { BaseControlProperty } from '../../../property-panel';
export declare class DrawerProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
private headerPropertyConfig;
private footerPropertyConfig;
getBehaviorConfig(): void;
private resetFooterContent;
eventPropertyConfig(propertyData: any): {
title: string;
hideTitle: boolean;
properties: {};
refreshPanelAfterChanged: boolean;
tabId: string;
tabName: string;
setPropertyRelates(changeObject: any, newPropertyData: any): void;
};
}