Skip to main content
Version: v24

IExternalDatafeed

Interface

Methods

onReady

This call is intended to provide the object filled with the configuration data. Charting Library assumes that you will call the callback function and pass your datafeed DatafeedConfiguration as an argument.

Signature

onReady(callback: OnReadyCallback) => void

Parameters

NameTypeDescription
callbackOnReadyCallbackcallback to return your datafeed configuration (DatafeedConfiguration) to the library.

Returns

void