pond-ts API Reference (core)
Preparing search index...
TimeSeriesJsonInput
Type Alias TimeSeriesJsonInput<S>
type
TimeSeriesJsonInput
<
S
extends
SeriesSchema
>
=
{
name
:
string
;
rows
:
ReadonlyArray
<
JsonRowForSchema
<
S
>
|
JsonObjectRowForSchema
<
S
>
>
;
schema
:
S
;
}
Type Parameters
S
extends
SeriesSchema
Index
Properties
name
rows
schema
Properties
name
name
:
string
rows
rows
:
ReadonlyArray
<
JsonRowForSchema
<
S
>
|
JsonObjectRowForSchema
<
S
>
>
schema
schema
:
S
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
rows
schema
pond-ts API Reference (core)
Loading...