@cdlab996/lowcode-plugin-manual
v1.0.2
Published
[](https://nodei.co/npm/@cdlab996/lowcode-plugin-manual/)
Readme
🚀 @cdlab996/lowcode-plugin-manual
⚡ 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

