1.0.2 • Published 10 months ago

@cdlab996/lowcode-plugin-manual v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

🚀 @cdlab996/lowcode-plugin-manual

NPM

npm version npm downloads GitHub license

⚡ Usage

Register the plugin

import { plugins } from '@alilc/lowcode-engine';
import PluginManual from '@cdlab996/lowcode-plugin-manual';

// Register with the engine
plugins.register(PluginManual);

Plugin Properties & Methods

interface Options {
  /**
   * Link address, default is 'https://lowcode-engine.cn/index'
   */
  href?: string;
  /**
   * Link target, default is '_blank'
   */
  target?: '_blank' | '_self' | '_parent' | '_top' | string;
}

📝 License

This is a fork from lowcode-plugin-manual

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago