IWidgetClassNames interface
Interface for defining the class names of widget elements
Properties
body | The class name for the body part of the widget. |
footer | The class name for the footer part of the widget. |
header | The class name for the header part of the widget. |
root | The class name for the root part of the widget. |
Property Details
body
The class name for the body part of the widget.
body?: string
Property Value
string
footer
The class name for the footer part of the widget.
footer?: string
Property Value
string
header
The class name for the header part of the widget.
header?: string
Property Value
string
root
The class name for the root part of the widget.
root?: string
Property Value
string