@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
18 lines (17 loc) • 649 B
TypeScript
import { BaseControlProperty } from "../../../property-panel/src/composition/entity/base-property";
export declare class ResponseToolbarItemProperty extends BaseControlProperty {
toolbarType: string;
constructor(componentId: string, designerHostService: any, toolbarType?: string);
/**
*
* @param propertyData
* @param isDropdownItem 是否是下拉子项,有些属性在下拉子项上不应该显示
* @returns
*/
getPropertyConfig(propertyData: any, isDropdownItem?: boolean): {
type: string;
categories: {};
};
private getAppearanceProperties;
private getEventPropConfig;
}