Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginManagerStatic

PluginManager The static class that manages plugins.

interface

PluginManagerStatic

Hierarchy

  • PluginManagerStatic

Index

Properties

_errorUrls

_errorUrls: Array<string>

_parameters

_parameters: object

Type declaration

  • [key: string]: object
    • [key: string]: string

_path

_path: string

_scripts

_scripts: Array<string>

Methods

checkErrors

  • checkErrors(): void

loadScript

  • loadScript(name: string): void

onError

  • onError(e: Event): void

parameters

  • parameters(name: string): any

setParameters

  • setParameters(name: string, parameters: object): void

setup

Generated using TypeDoc