new MarkerEdit(node, context)
UI Helper for editing reference data event marker settings (color, shape, size, etc.).
Follows the exact same pattern as CIQ.UI.SeriesEdit. Advertises itself as
"MarkerEdit" so callers use:
context.getAdvertised("MarkerEdit")?.openDialog?.({ series, context });
Instantiated automatically during chart/UI creation alongside other helpers.
Parameters:
| Name | Type | Description |
|---|---|---|
node |
HTMLElement | null | The component node (or null). |
context |
CIQ.UI.Context | The chart context. |
- Since:
-
10.4.0
Methods
-
openDialog(params)
-
Opens the
cq-marker-edit-dialogfor the supplied event series via the channel-based dialog system (or falls back to directopen()when channels are not configured).Parameters:
Name Type Description paramsobject Parameters forwarded to the dialog.
Properties
Name Type Description seriesobject The event series object from
stx.chart.series.- Since:
-
10.4.0
