@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
16 lines (15 loc) • 551 B
TypeScript
import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class ComponentProperty extends BaseControlProperty {
constructor(componentId: string, designerHostService: any);
getPropertyConfig(propertyData: any): {
type: string;
categories: {};
};
private getAppearancePropConfig;
private getEventPropConfig;
getBehaviorConfig(propertyData: any): void;
/**
* 将变更的属性值同步到ViewModel上
*/
private syncChangesToViewModel;
}