@alilc/lowcode-plugin-schema
Show schema in lowcode editor
Last updated 2 years ago by jack.lianjie .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @alilc/lowcode-plugin-schema 
SYNC missed versions from official npm registry.

lowcode-plugin-@alilc/lowcode-plugin-schema [![][npm-image]][npm-url]

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

依赖插件

暂无

Current Tags

  • 1.0.0-beta.2                                ...           beta (3 years ago)
  • 1.0.5                                ...           latest (2 years ago)

9 Versions

  • 1.0.5                                ...           2 years ago
  • 1.0.4                                ...           2 years ago
  • 1.0.3                                ...           2 years ago
  • 1.0.2                                ...           2 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

© 2010 - cnpmjs.org x YWFE | Home | YWFE