mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
Merge branch 'develop' into feat/0228
This commit is contained in:
commit
a6ebd5b667
@ -156,7 +156,7 @@ IWidgetBaseConfig 定义如下:
|
||||
| --- | --- | --- |
|
||||
| name | 面板名称 | |
|
||||
| area | 扩展区位置,可选值:'topArea' | 'leftArea' | 'rightArea' | 'toolbar' | 'bottomArea' | 'mainArea' | |
|
||||
| type | 面板类型,可选值:'Widget' | 'PanelDock' | 'Panel' | 详见前文中对**展示类型**的描述 |
|
||||
| type | 面板类型,可选值:'Widget' | 'PanelDock' | 'Panel' | Dock | 详见前文中对**展示类型**的描述 |
|
||||
| content | 面板的实现类/节点,类型是 ReactClass | ReactElement | |
|
||||
| props | 面板属性 | align: 'top' | 'bottom' | 'left' | 'center' | 'right'; // 指定面板 icon 位置区域<br />icon: string | ReactElement; // icon 为字符串时,请确定当前 fusion 主题包中包含该 icon<br />description: string;<br />condition: Function; // 指定当前面板的显影状态 |
|
||||
| contentProps | 面板的实现类/节点的参数 | |
|
||||
@ -417,7 +417,7 @@ skeleton.disableWidget('sourceEditor');
|
||||
import { skeleton } from '@alilc/lowcode-engine';
|
||||
|
||||
skeleton.add({
|
||||
name: 'bottomAreaPanelName',
|
||||
name: 'bottomAreaPanelName',
|
||||
area: 'bottomArea',
|
||||
type: 'Panel',
|
||||
content: () => 'demoText',
|
||||
|
||||
@ -4,6 +4,7 @@ title: 低代码引擎相关文章资料
|
||||
|
||||
## 官方文章
|
||||
|
||||
- [基于 LowCodeEngine 的低代码组件体系的建设和实践](https://mp.weixin.qq.com/s/rnvbGHImGt6oJuX2wCtaqw)
|
||||
- [低代码多分支协同开发的建设与实践](https://mp.weixin.qq.com/s/DmwxL67htHfTUP1U966N-Q)
|
||||
- [低代码引擎半岁啦,来跟大家唠唠嗑...](https://segmentfault.com/a/1190000042884409)
|
||||
- [低代码技术在研发团队的应用模式探讨](https://mp.weixin.qq.com/s/Ynk_wjJbmNw7fEG6UtGZbQ)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user