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