AlertsDialogBinding
Documentation / @elitechart/core / AlertsDialogBinding
Defined in: ui/alerts-dialog.ts:42
Wires the dialog to chart-side alert state. list() is called every
time the dialog refreshes so updates flow through one source of truth.
Example
Methods
list()
Defined in: ui/alerts-dialog.ts:44
Queried every render — returns the current alert list.
Returns
readonly AlertsDialogRow[]
onClose()?
Defined in: ui/alerts-dialog.ts:47
Returns
void
onRemove()
Defined in: ui/alerts-dialog.ts:45
Parameters
id
string
Returns
void
onUpdate()
Defined in: ui/alerts-dialog.ts:46
Parameters
id
string
patch
note?
string
price?
number
Returns
void