Constant APP_WIDGET_NAME
Source pub const APP_WIDGET_NAME: &str = "app.widget.name";
Expand description
The name of an application widget.
§Notes
A widget is an application component, typically an on-screen visual GUI element.
§Examples
"submit"
"attack"
"Clear Cart"