@cdlab996/lowcode-plugin-manual
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

🚀 @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

Readme

Keywords

none

Package Sidebar

Install

npm i @cdlab996/lowcode-plugin-manual

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

8.35 kB

Total Files

8

Last publish

Collaborators

  • wuchendi