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. |
label inherited | string | The extension label. |
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.