It is used to define the options of the application.

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

Indexable

  • [key: string]: any

Properties

Properties

pluginInfo: PluginInfoType

The plugin info of the application.