UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

16 lines (15 loc) 506 B
import { BaseControlProperty } from '../../../property-panel'; export declare class TreeGridProperty extends BaseControlProperty { constructor(componentId: string, designerHostService: any); getPropertyConfig(propertyData: any): { type: string; categories: {}; }; getBasicPropConfig(propertyData: any): void; private getAppearanceProperties; private getEventPropConfig; /** * 将schema实体表组装成树 */ private assembleSchemaEntityToTree; }