# Type alias WidgetProps
WidgetProps:
CommonWidgetProps
& {id
:string
; }
Props for the widget component within a container component like dashboard.
#
WidgetProps.id
readonly
id:string
Unique identifier of the widget within the container component (dashboard)