Commit 4ba5d946 by Ryan McKinley Committed by GitHub

DataSource: remove delta option (#20949)

parent 4ad8b6f0
......@@ -424,16 +424,6 @@ export interface DataStreamState {
error?: DataQueryError;
/**
* @deprecated: DO NOT USE IN ANYTHING NEW!!!!
*
* merging streaming rows should be handled in the DataSource
* and/or we should add metadata to this state event that
* indicates that the PanelQueryRunner should manage the row
* additions.
*/
delta?: DataFrame[];
/**
* Stop listening to this stream
*/
unsubscribe: () => void;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment