@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
12 lines (11 loc) • 427 B
TypeScript
import { BaseControlProperty } from '../../../property-panel';
export declare class TabToolbarItemProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any, isDropdownItem?: boolean): {
type: string;
categories: {};
};
private getAppearanceProperties;
private getbBehaviorConfig;
private getEventPropConfig;
}