UNPKG
@redhare/lowcode-types
Version:
latest (1.0.5)
redharebeta (1.3.0-redharebeta.2)
1.3.0-redharebeta.2
1.3.0-redharebeta.1
1.3.0-redhare.3
1.3.0-redhare.2
1.3.0-redhare.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Types for Ali lowCode engine
github.com/alibaba/lowcode-engine/
@redhare/lowcode-types
/
lib
/
shell
/
type
/
editor-view.d.ts
9 lines
(8 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
IPublicEditorViewConfig
}
from
'./editor-view-config'
;
export
interface
IPublicTypeEditorView
{
/** 资源名字 */
viewName
:
string
;
/** 资源类型 */
viewType
?:
'editor'
|
'webview'
; (
ctx
:
any
,
options
:
any
):
IPublicEditorViewConfig
; }