stream-charts
Preparing search index...
app/charts/series/timeSeries
Datum
Interface Datum
An immutable datum object that holds the spike (time, value) representing a neuron spike
interface
Datum
{
time
:
number
;
value
:
number
;
}
Hierarchy (
View Summary
)
Datum
PixelDatum
Index
Properties
time
value
Properties
Readonly
time
time
:
number
Readonly
value
value
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
time
value
stream-charts
Loading...
An immutable datum object that holds the spike (time, value) representing a neuron spike