1.0.5 • Published 2 years ago
@alilc/lowcode-plugin-schema v1.0.5
lowcode-plugin-@alilc/lowcode-plugin-schema ![]()
show lowcode schema 查看低代码引擎 schema
使用
注册插件
展示页面级 schema
import { plugins } from '@alilc/lowcode-engine';
import LowcodePluginAliLowcodePluginSchema from '@alilc/lowcode-plugin-schema';
// 注册到引擎
plugins.register(LowcodePluginAliLowcodePluginSchema);
展示项目级 schema
import { plugins } from '@alilc/lowcode-engine';
import LowcodePluginAliLowcodePluginSchema from '@alilc/lowcode-plugin-schema';
// 注册到引擎
plugins.register(LowcodePluginAliLowcodePluginSchema, { isProjectSchema: true });
插件属性 & 方法
isProjectSchema
- description: '是否是项目级 schema'
- type: 'boolean'
- default: false
依赖插件
暂无
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
1.0.0-beta.2
3 years ago
1.0.0-beta.1
3 years ago
1.0.0-beta.0
3 years ago