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

1.0.0 • Public • Published

🚀 @cdlab996/plugin-directive-loading

NPM

npm version npm downloads GitHub license

Usage

Register the plugin

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

// 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 plugin-directive-loading

/@cdlab996/plugin-directive-loading/

    Package Sidebar

    Install

    npm i @cdlab996/plugin-directive-loading

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.47 kB

    Total Files

    6

    Last publish

    Collaborators

    • wuchendi