AppConfigProcessorExtension
Interface
The extension interface for AppConfigProcessor extension point.
Inheritance: AppConfigProcessorExtensionBaseExtension
Properties
Property | Type | Notes |
---|---|---|
string | The unique id. For widget's provided extension, the id pattern is: widgetId + extensionName | |
number | If an extension point supports multiple extensions, the index is used to determine the extension order. | |
string | The extension name. | |
string | The widget id that provides the extension. No widget id means the extension is provided by Jimu. |
id
index optional
index: number
If an extension point supports multiple extensions, the index is used to determine the extension order.
name optional
name: string
The extension name.
widgetId optional
widgetId: string
The widget id that provides the extension. No widget id means the extension is provided by Jimu.
id: string
The unique id. For widget's provided extension, the id pattern is: widgetId + extensionName