Widget Configuration File

The {widgetName}.uiwidget-meta.xml file is a required resource in every widget bundle that specifies the widget type.

This table lists the configuration fields that you specify inside the {widgetName}.uiwidget-meta.xml file.

FieldRequired or OptionalDescription
widgetTypeRequiredThe widget implementation type. JSON is currently the only supported widget type and indicates a composition-based widget.
masterLabelOptionalName for the widget
descriptionOptionalDescription for the widget

This code example shows the required configuration structure for a widget configuration file.