🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cdlab996/lowcode-plugin-manual

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdlab996/lowcode-plugin-manual

[![NPM](https://nodei.co/npm/@cdlab996/lowcode-plugin-manual.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@cdlab996/lowcode-plugin-manual/)

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
5
-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 13 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts