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