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. |
index
optionalinherited
Interface Propertyindex: number
If an extension point supports multiple extensions, the index is used to determine the extension order.
Inherited from BaseExtension.index
widgetId
optionalinherited
Interface PropertywidgetId: string
The widget id that provides the extension. No widget id means the extension is provided by Jimu.
Inherited from BaseExtension.widgetId
id: string
The unique id. For widget's provided extension, the id pattern is: widgetId + extensionName