show lowcode schema 查看低代码引擎 schema
import { plugins } from '@felce/lowcode-engine';
import LowcodePluginAliLowcodePluginSchema from '@felce/lowcode-plugin-schema';
// 注册到引擎
plugins.register(LowcodePluginAliLowcodePluginSchema);import { plugins } from '@felce/lowcode-engine';
import LowcodePluginAliLowcodePluginSchema from '@felce/lowcode-plugin-schema';
// 注册到引擎
plugins.register(LowcodePluginAliLowcodePluginSchema, {
isProjectSchema: true,
});- description: '是否是项目级 schema'
- type: 'boolean'
- default: false
暂无