alibaba / alibaba/lowcode-engine

如何重写DesignerPlugin

Open
#2,790 1 comment 0 reactions 1 assignee Claimed by @liujuping View on GitHub
Dominant language
TypeScript
Stars
15.9k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

想要在DesignerView外面增加一些内容,需要替换掉下面的面板

```
skeleton.add({
area: 'mainArea',
name: 'designer',
type: 'Widget',
content: ,
});
```

DesignerPlugin里面使用了DesignerView, 如何获取到DesignerView组件,想要实现的效果是
```
return (


此处需要增加功能


);

```

只是想在DesignerView外面包一层东西,不改变DesignerView组件的内容

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.