Manifest
Interface
The base interface for both widgets and themes.
Properties
Property | Type | Notes |
---|---|---|
string | A widget may only support certain framework versions due to breaking API changes, so this property allows the widget/theme to define the framework version that it supports. This version check is not currently enforced, but will be enforced in the future. | |
any | You don't need to add this property in your code, this property is added at runtime. | |
string | This should be same as the | |
string | The name must be unique and same as folder name. | |
string | The widget/theme version. |
i18nMessages
Interface Propertyi18nMessages: any
You don't need to add this property in your code, this property is added at runtime.
Save the current locale only, but not the default locale.
The default string should be written in manifest.
There are some conventional keys:widgetLabel: the widget label.
_action
exbVersion: string
A widget may only support certain framework versions due to breaking API changes, so this property allows the widget/theme to define the framework version that it supports. This version check is not currently enforced, but will be enforced in the future.