@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
13 lines (12 loc) • 465 B
TypeScript
import { BaseControlProperty } from '../../../property-panel';
export declare class TabPageProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
getBehaviorProperties(propertyData: any): void;
getBasicPropConfig(propertyData: any): void;
private getAppearanceProperties;
private getToolbarProperties;
}