ExtensionModel
ExtensionModel
Extension model for creating or updating extensions.
| Name | Type | Description |
|---|---|---|
| Config (required) | string | Config for the extension. |
| DataType | string | DataType for the extension. |
| Multiple | bool | Set true for multiple extension. |
| Scope | ExtensionScope | Scope for the extension. |
| Src | string | Source code for the extension. |
| Srcdoc | string | Doc for the extension. |
| Tags | List<string> | List of tags to be added to extension. |
| Title | string | Extension title for giving name to extension. |
| Type | string | Extension type like custom field, widget, or dashboard. |