IDataSaveControlEvents

Type interface

Inheritance

IDataSaveControlEvents extends IDropdownListControlEvents.

IDataSaveControlEvents is not extended by any other symbol.

Properties

cleared
#

Param { type: "cleared",
  target: Target }

Invoked when local storage is cleared.

click
#

Param { originalEvent: IPointerEvent,
  type: "click",
  target: Target }

Inherited from IStockControlEvents

restored
#

Param { drawings: string,
  indicators: string,
  type: "restored",
  target: Target }

Invoked when drawing/indicator data is loaded from local storage and restored on chart.

saved
#

Param { drawings: string,
  indicators: string,
  type: "saved",
  target: Target }

Invoked when drawing/indicator data is serialized and saved to local storage.

selected
#

Param { item: string | IDropdownListItem,
  type: "selected",
  target: Target }

Inherited from IDropdownListControlEvents

There are 2 inherited items currently hidden from this list.