CnHeaderWidget
Banner / header widget with background image, overlay, title/subtitle and CTA button.
Part of the dashboard widget library (v2). Registered with the dashboard widget registry and consumed by MyDash/LaunchPad's widget grid. See the widget library overview and docs/architecture/cards-and-widgets.md.
Reference
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
content | object | \{\} | Persisted widget content: {title, subtitle, backgroundImageUrl, backgroundImageFileId, backgroundColor, overlayMode, overlayColor, overlayOpacity, textColor, textAlign, verticalAlign, height, cta}. All fields are optional except title; unknown enum values collapse to documented defaults and the renderer never throws. | |
placement | object | null | Placement entity — reserved to match the renderer contract. |