mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 04:03:07 +00:00
fix: fix misused doc urls
This commit is contained in:
parent
fc5fbc63a0
commit
16a8857863
@ -131,8 +131,6 @@ export interface EngineOptions {
|
||||
/**
|
||||
* @todo designMode 无法映射到文档渲染模块
|
||||
*
|
||||
* @see https://yuque.antfin.com/ali-lowcode/docs/hk2ogo#designMode
|
||||
*
|
||||
* 设计模式,live 模式将会实时展示变量值,默认值:'design'
|
||||
*/
|
||||
designMode?: 'design' | 'live';
|
||||
|
||||
@ -148,9 +148,6 @@ export interface IBaseRendererProps {
|
||||
__host?: BuiltinSimulatorHost;
|
||||
__container?: any;
|
||||
config?: Record<string, any>;
|
||||
/**
|
||||
* @see https://yuque.antfin.com/ali-lowcode/docs/hk2ogo#designMode
|
||||
*/
|
||||
designMode?: 'live' | 'design';
|
||||
className?: string;
|
||||
style?: CSSProperties;
|
||||
|
||||
@ -136,7 +136,7 @@ export interface ContainerSchema extends NodeSchema {
|
||||
|
||||
/**
|
||||
* 页面容器
|
||||
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#XMeF5
|
||||
* @see https://lowcode-engine.cn/lowcode
|
||||
*/
|
||||
export interface PageSchema extends ContainerSchema {
|
||||
componentName: 'Page';
|
||||
@ -144,7 +144,7 @@ export interface PageSchema extends ContainerSchema {
|
||||
|
||||
/**
|
||||
* 低代码业务组件容器
|
||||
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#XMeF5
|
||||
* @see https://lowcode-engine.cn/lowcode
|
||||
*/
|
||||
export interface ComponentSchema extends ContainerSchema {
|
||||
componentName: 'Component';
|
||||
@ -152,7 +152,7 @@ export interface ComponentSchema extends ContainerSchema {
|
||||
|
||||
/**
|
||||
* 区块容器
|
||||
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#XMeF5
|
||||
* @see https://lowcode-engine.cn/lowcode
|
||||
*/
|
||||
export interface BlockSchema extends ContainerSchema {
|
||||
componentName: 'Block';
|
||||
|
||||
@ -27,7 +27,7 @@ export interface JSExpression {
|
||||
|
||||
/**
|
||||
* 事件函数类型
|
||||
* @see https://yuque.antfin-inc.com/mo/spec/spec-low-code-building-schema#feHTW
|
||||
* @see https://lowcode-engine.cn/lowcode
|
||||
*
|
||||
* 保留与原组件属性、生命周期( React / 小程序)一致的输入参数,并给所有事件函数 binding 统一一致的上下文(当前组件所在容器结构的 this 对象)
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user