interface ComponentsPanelProps {
    getBizCompName?: ((name: string) => string);
    isScope?: boolean;
    layout?: "line" | "grid";
    loading?: boolean;
    menuData: MenuDataType;
    onItemSelect?: ((name: string) => void);
    showBizComps?: boolean;
    style?: CSSProperties;
    tabProps?: TabsProps;
}

Properties

getBizCompName?: ((name: string) => string)

设置业务组件调用名

Type declaration

    • (name): string
    • Parameters

      • name: string

      Returns string

isScope?: boolean

是否局部模式 (快捷添加组件面板中使用)

layout?: "line" | "grid"

布局模式,默认网格布局

loading?: boolean

动态加载物料 loading,避免未加载完成用户点击空列表

menuData: MenuDataType

菜单数据

onItemSelect?: ((name: string) => void)

组件选中回调

showBizComps?: boolean

展示业务组件分类

style?: CSSProperties

自定义样式

tabProps?: TabsProps

tabProps