用于定义应用程序的选项。

interface AppOptions {
    pluginInfo: PluginInfoType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

pluginInfo: PluginInfoType

应用程序的插件信息。