Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PluginLoader

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Static loadedPluginMap

loadedPluginMap: {} = {}

Type declaration

Methods

Static loadPlugins

  • loadPlugins(pluginCode: string, srcPaths: any[], callBack: any): void
  • 加载插件的文件

    Parameters

    • pluginCode: string

      插件标识

    • srcPaths: any[]

      js或css文件地址

    • callBack: any

      回调函数

    Returns void