UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines (5 loc) 198 B
import { IPublicModelPluginContext } from './plugin-context'; export interface IPublicModelEditorView extends IPublicModelPluginContext { viewName: string; viewType: 'editor' | 'webview'; }