API Reference
Namespaces
Modules
Classes
Events
Global
Externals

Class: MarkerEdit

CIQ.UI. MarkerEdit (node, context)


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-dialog for the supplied event series via the channel-based dialog system (or falls back to direct open() when channels are not configured).

Parameters:
Name Type Description
params object

Parameters forwarded to the dialog.

Properties
Name Type Description
series object

The event series object from stx.chart.series.

Since:
  • 10.4.0